aboutsummaryrefslogtreecommitdiff
path: root/py/mpstate.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-12-11 22:51:52 +1100
committerDamien George <damien.p.george@gmail.com>2017-12-11 22:51:52 +1100
commitd3f82bc42576ccd80206a17a4941fd5c28c56530 (patch)
tree01142b2e4361365bc59f455ab0a11361049513fa /py/mpstate.h
parent2759bec8587b0c0b7da1fa3a013e4f1b1530ad27 (diff)
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
Diffstat (limited to 'py/mpstate.h')
-rw-r--r--py/mpstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/mpstate.h b/py/mpstate.h
index d3b53f915..45e89590f 100644
--- a/py/mpstate.h
+++ b/py/mpstate.h
@@ -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