Add missing ACCESS_MODE opcode from Python 1.0-1.4

This commit is contained in:
Michael Hansen
2023-11-16 10:44:42 -08:00
parent 57e16d19d1
commit 0c6128a895
6 changed files with 6 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ OPCODE_A(LOAD_ATTR)
OPCODE_A(COMPARE_OP)
OPCODE_A(IMPORT_NAME)
OPCODE_A(IMPORT_FROM)
OPCODE_A(ACCESS_MODE)
OPCODE_A(JUMP_FORWARD)
OPCODE_A(JUMP_IF_FALSE)
OPCODE_A(JUMP_IF_TRUE)