summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/bc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/bc.h b/py/bc.h
index 11f5bb632f..4707da1793 100644
--- a/py/bc.h
+++ b/py/bc.h
@@ -78,7 +78,7 @@ typedef struct _mp_code_state_t {
mp_exc_stack_t *exc_sp;
mp_obj_dict_t *old_globals;
#if MICROPY_STACKLESS
- struct _mp_code_state *prev;
+ struct _mp_code_state_t *prev;
#endif
size_t n_state;
// Variable-length