Pass debug in scanner26 find_targets

This commit is contained in:
rocky 2016-11-20 03:42:30 -05:00
parent 0f56b4f476
commit 195bbc746b

View File

@ -130,7 +130,7 @@ class Scanner26(scan.Scanner2):
if names[self.get_argument(i+4)] == 'AssertionError':
self.load_asserts.add(i+4)
jump_targets = self.find_jump_targets(False)
jump_targets = self.find_jump_targets(show_asm)
# contains (code, [addrRefToCode])
last_stmt = self.next_stmt[0]