Added manual linkage to nobitey when target module isn't the same as the source module.

This commit is contained in:
Jon Riehl 2012-10-16 10:18:13 -05:00
commit 40b84ffd74
5 changed files with 44 additions and 12 deletions

View file

@ -94,7 +94,7 @@ OPCODE_MAP = {
'LOAD_LOCALS': (None, None, None),
'LOAD_NAME': (0, 1, None),
'MAKE_CLOSURE': (None, None, None),
'MAKE_FUNCTION': (None, None, None),
'MAKE_FUNCTION': (-2, 1, None),
'MAP_ADD': (None, None, None),
'NOP': (0, None, None),
'POP_BLOCK': (0, None, 1),