unix-cpy: Pass emit opt to mp_compile.
This commit is contained in:
parent
b4dea46d8b
commit
36e75aef38
@ -48,7 +48,7 @@ void do_file(const char *file) {
|
|||||||
//printf("----------------\n");
|
//printf("----------------\n");
|
||||||
|
|
||||||
// compile
|
// compile
|
||||||
mp_obj_t module_fun = mp_compile(pn, 0, false);
|
mp_obj_t module_fun = mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
|
||||||
|
|
||||||
//printf("----------------\n");
|
//printf("----------------\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user