diff options
Diffstat (limited to 'py/compile.c')
-rw-r--r-- | py/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.c b/py/compile.c index 7852b68ef..4dee9eff7 100644 --- a/py/compile.c +++ b/py/compile.c @@ -3323,7 +3323,7 @@ STATIC void compile_scope_inline_asm(compiler_t *comp, scope_t *scope, pass_kind NULL, #if MICROPY_PERSISTENT_CODE_SAVE 0, - 0, 0, NULL, + 0, #endif 0, comp->scope_cur->num_pos_args, type_sig); } |