diff options
| author | Brian Potchik <brian@vector35.com> | 2017-12-04 13:23:26 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-12-04 13:23:26 -0500 |
| commit | 10cf74045e1e2495813597a499dee4fb4baf601f (patch) | |
| tree | 716528e1e20476c881d5b65b88ebb01097f34139 /python/function.py | |
| parent | 448ffe2842b2b1e0d21f905403489d3f865672d8 (diff) | |
Better Architecture Transition Support.
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 = [] |
