diff options
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index 47beee7..ecc95da 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -35,10 +35,10 @@ static void *opcode_targets[256] = { &&TARGET_MATCH_KEYS, &&TARGET_COPY_DICT_WITHOUT_KEYS, &&TARGET_PUSH_EXC_INFO, - &&_unknown_opcode, + &&TARGET_LOAD_GLOBAL_ADAPTIVE, &&TARGET_POP_EXCEPT_AND_RERAISE, - &&_unknown_opcode, - &&_unknown_opcode, + &&TARGET_LOAD_GLOBAL_MODULE, + &&TARGET_LOAD_GLOBAL_BUILTIN, &&_unknown_opcode, &&_unknown_opcode, &&_unknown_opcode, |