Added manual linkage to nobitey when target module isn't the same as the source module.
This commit is contained in:
parent
fe1ba06698
commit
40b84ffd74
5 changed files with 44 additions and 12 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue