Update comment

This commit is contained in:
rocky
2017-12-14 05:22:59 -05:00
parent f2704520de
commit 3ce5e0ab0e

View File

@@ -245,6 +245,8 @@ class Scanner2(Scanner):
op_name = 'BUILD_MAP_n'
else:
op_name = '%s_%d' % (op_name, oparg)
pass
# FIXME: Figure out why this is needed and remove.
customize[op_name] = oparg
elif op == self.opc.JUMP_ABSOLUTE:
# Further classify JUMP_ABSOLUTE into backward jumps