diff options
Diffstat (limited to 'miasm2/core/asmbloc.py')
| -rw-r--r-- | miasm2/core/asmbloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/core/asmbloc.py b/miasm2/core/asmbloc.py index ee93cba7..cb8423f6 100644 --- a/miasm2/core/asmbloc.py +++ b/miasm2/core/asmbloc.py @@ -219,7 +219,7 @@ class asm_bloc: l = self.lines[i] if l.splitflow() or l.breakflow(): raise NotImplementedError('not fully functional') - return l + def get_subcall_instr(self): if not self.lines: |