From d3f82bc42576ccd80206a17a4941fd5c28c56530 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 11 Dec 2017 22:51:52 +1100 Subject: [PATCH] py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm. --- py/mpstate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/py/mpstate.h b/py/mpstate.h index d3b53f9151..45e89590f7 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