diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/emitglue.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/emitglue.c b/py/emitglue.c index a0f0e004eb..e6f3fc16d8 100644 --- a/py/emitglue.c +++ b/py/emitglue.c @@ -45,6 +45,10 @@ #define DEBUG_OP_printf(...) (void)0 #endif +#if MICROPY_DEBUG_PRINTERS +mp_uint_t mp_verbose_flag = 0; +#endif + struct _mp_raw_code_t { mp_raw_code_kind_t kind : 3; mp_uint_t scope_flags : 7; |