mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
50d3c9adac
commit
b1ed78ed0e
@ -28,7 +28,7 @@ typedef struct VM {
|
||||
|
||||
py_TValue last_retval;
|
||||
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
|
||||
|
||||
py_TValue reg[8]; // users' registers
|
||||
|
Loading…
x
Reference in New Issue
Block a user