add RERAISE_A

This commit is contained in:
GawdOfROFL
2021-10-10 14:58:46 +05:30
parent 43667f0bae
commit 8245b79989
2 changed files with 2 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ OPCODE_A(CALL_FINALLY)
OPCODE_A(POP_FINALLY)
OPCODE_A(IS_OP)
OPCODE_A(CONTAINS_OP)
OPCODE_A(RERAISE)
OPCODE_A(JUMP_IF_NOT_EXC_MATCH)
OPCODE_A(LIST_EXTEND)
OPCODE_A(SET_UPDATE)