summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/__init__.py b/python/__init__.py
index fa8ff02c..b8a87aff 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -6046,9 +6046,9 @@ class Architecture(object):
:py:Class:`InstructionInfo` object. The InstructionInfo object should have the length of the current instruction.
If the instruction is a branch instruction the method should add a branch of the proper type:
- ===================== =================================================
+ ===================== ===================================================
BranchType Description
- ===================== =================================================
+ ===================== ===================================================
UnconditionalBranch Branch will alwasy be taken
FalseBranch False branch condition
TrueBranch True branch condition
@@ -6057,7 +6057,7 @@ class Architecture(object):
SystemCall System call instruction
IndirectBranch Branch destination is a memory address or register
UnresolvedBranch Call instruction that isn't
- ===================== ==================================================
+ ===================== ===================================================
:param str data: bytes to decode
:param int addr: virtual address of the byte to be decoded