summaryrefslogtreecommitdiffstatshomepage
path: root/unix-cpy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix-cpy/main.c')
-rw-r--r--unix-cpy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix-cpy/main.c b/unix-cpy/main.c
index 7d56ceaf34..1f54b6f479 100644
--- a/unix-cpy/main.c
+++ b/unix-cpy/main.c
@@ -48,7 +48,7 @@ void do_file(const char *file) {
//printf("----------------\n");
// compile
- mp_obj_t module_fun = mp_compile(pn, false);
+ mp_obj_t module_fun = mp_compile(pn, 0, false);
//printf("----------------\n");