diff options
Diffstat (limited to 'py/mpstate.c')
-rw-r--r-- | py/mpstate.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpstate.c b/py/mpstate.c index 2ba3402ef..4fc8bc506 100644 --- a/py/mpstate.c +++ b/py/mpstate.c @@ -26,4 +26,8 @@ #include "py/mpstate.h" +#if MICROPY_DYNAMIC_COMPILER +mp_dynamic_compiler_t mp_dynamic_compiler = {0}; +#endif + mp_state_ctx_t mp_state_ctx; |