From 548b906badf83e500551522a87242fefbc582d2c Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 31 Aug 2016 02:33:48 -0400 Subject: fix table of branch types --- python/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') 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 -- cgit v1.3.1