Skip to content

Commit

Permalink
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgeorge committed Dec 11, 2017
1 parent 2759bec commit d3f82bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/mpstate.h
Expand Up @@ -215,7 +215,6 @@ typedef struct _mp_state_thread_t {
mp_obj_dict_t *dict_locals;
mp_obj_dict_t *dict_globals;

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

// Stack top at the start of program
Expand Down

0 comments on commit d3f82bc

Please sign in to comment.