|
|
@@ -1007,7 +1007,7 @@ inline Str VM::disassemble(CodeObject_ co){
|
|
|
|
|
|
std::vector<int> jumpTargets;
|
|
|
for(auto byte : co->codes){
|
|
|
- if(byte.op == OP_JUMP_ABSOLUTE || byte.op == OP_POP_JUMP_IF_FALSE || byte.op == OP_POP_JUMP_IF_FALSE || byte.op == OP_SHORTCUT_IF_FALSE_OR_POP){
|
|
|
+ if(byte.op == OP_JUMP_ABSOLUTE || byte.op == OP_POP_JUMP_IF_FALSE || byte.op == OP_SHORTCUT_IF_FALSE_OR_POP){
|
|
|
jumpTargets.push_back(byte.arg);
|
|
|
}
|
|
|
}
|