diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-03-24 11:20:39 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-03-24 11:20:39 -0400 |
| commit | 435e937c9705bc71cf1e7da1e08b23345a131360 (patch) | |
| tree | 5a4d729acb0404c4c4059f0c7e8aa7c22136b649 /python/basicblock.py | |
| parent | 1e8e975ed8100c7a6186e8b27833a067ceaf05be (diff) | |
| parent | ddaf7506e1802cfd4f9c78bcfb14deb0180b04d8 (diff) | |
Merge branch 'dev' into staging
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/basicblock.py b/python/basicblock.py index 9f256aa7..5bec391b 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -194,7 +194,7 @@ class BasicBlock(object): @property def annotations(self): """List of automatic annotations for the start of this block (read-only)""" - return self.function.get_block_annotations(self.arch, self.start) + return self.function.get_block_annotations(self.start, self.arch) @property def disassembly_text(self): |
