This commit is contained in:
blueloveTH 2025-01-20 20:27:56 +08:00
parent 50d3c9adac
commit b1ed78ed0e

View File

@ -28,7 +28,7 @@ typedef struct VM {
py_TValue last_retval; py_TValue last_retval;
py_TValue curr_exception; py_TValue curr_exception;
bool is_signal_interrupted; volatile bool is_signal_interrupted;
bool is_curr_exc_handled; // handled by try-except block but not cleared yet bool is_curr_exc_handled; // handled by try-except block but not cleared yet
py_TValue reg[8]; // users' registers py_TValue reg[8]; // users' registers