1 parent 2759bec commit d3f82bcCopy full SHA for d3f82bc
1 file changed
py/mpstate.h
@@ -215,7 +215,6 @@ typedef struct _mp_state_thread_t {
215
mp_obj_dict_t *dict_locals;
216
mp_obj_dict_t *dict_globals;
217
218
- // Note: nlr asm code has the offset of this hard-coded
219
nlr_buf_t *nlr_top; // ROOT POINTER
220
221
// Stack top at the start of program
0 commit comments