summaryrefslogtreecommitdiff
path: root/py/bc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/bc.h')
-rw-r--r--py/bc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/bc.h b/py/bc.h
index 04575cee5..b660240c9 100644
--- a/py/bc.h
+++ b/py/bc.h
@@ -66,7 +66,7 @@ typedef struct _mp_exc_stack {
// bit 1 is whether the opcode was SETUP_WITH or SETUP_FINALLY
mp_obj_t *val_sp;
// Saved exception, valid if currently_in_except_block bit is 1
- mp_obj_t prev_exc;
+ mp_obj_base_t *prev_exc;
} mp_exc_stack_t;
typedef struct _mp_code_state {