Skip to content

Commit 36e75ae

Browse files
committed
unix-cpy: Pass emit opt to mp_compile.
1 parent b4dea46 commit 36e75ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix-cpy/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void do_file(const char *file) {
4848
//printf("----------------\n");
4949

5050
// compile
51-
mp_obj_t module_fun = mp_compile(pn, 0, false);
51+
mp_obj_t module_fun = mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
5252

5353
//printf("----------------\n");
5454

0 commit comments

Comments
 (0)