Skip to content

Commit d3f82bc

Browse files
committed
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
1 parent 2759bec commit d3f82bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

py/mpstate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ typedef struct _mp_state_thread_t {
215215
mp_obj_dict_t *dict_locals;
216216
mp_obj_dict_t *dict_globals;
217217

218-
// Note: nlr asm code has the offset of this hard-coded
219218
nlr_buf_t *nlr_top; // ROOT POINTER
220219

221220
// Stack top at the start of program

0 commit comments

Comments
 (0)