Skip to content
Snippets Groups Projects
Commit 36e75aef authored by Damien George's avatar Damien George
Browse files

unix-cpy: Pass emit opt to mp_compile.

parent b4dea46d
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ void do_file(const char *file) { ...@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment