diff options
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py index e9e5dcc9..58bee8f4 100644 --- a/python/function.py +++ b/python/function.py @@ -1755,6 +1755,7 @@ class InstructionBranch(object): class InstructionInfo(object): def __init__(self): self.length = 0 + self.arch_transition_by_target_addr = False self.branch_delay = False self.branches = [] |
