We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581a59a commit f4ee9f8Copy full SHA for f4ee9f8
1 file changed
py/bc.h
@@ -78,7 +78,7 @@ typedef struct _mp_code_state_t {
78
mp_exc_stack_t *exc_sp;
79
mp_obj_dict_t *old_globals;
80
#if MICROPY_STACKLESS
81
- struct _mp_code_state *prev;
+ struct _mp_code_state_t *prev;
82
#endif
83
size_t n_state;
84
// Variable-length
0 commit comments