Update ceval.cpp

This commit is contained in:
blueloveTH 2024-04-28 20:09:11 +08:00
parent f619cee961
commit ea6bd4a473

View File

@ -810,11 +810,11 @@ __NEXT_STEP:;
else _0 = call_method(_0, __next__); else _0 = call_method(_0, __next__);
if(_0 != StopIteration){ if(_0 != StopIteration){
PUSH(_0); PUSH(_0);
// UNPACK_SEQUENCE
_op_unpack_sequence(byte.arg);
}else{ }else{
frame->jump_abs_break(&s_data, co->_get_block_codei(frame->_ip).end); frame->jump_abs_break(&s_data, co->_get_block_codei(frame->_ip).end);
} }
// UNPACK_SEQUENCE
_op_unpack_sequence(byte.arg);
} }
} DISPATCH() } DISPATCH()
/*****************************************/ /*****************************************/