summaryrefslogtreecommitdiff
path: root/py/emitnx86.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitnx86.c')
-rw-r--r--py/emitnx86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/emitnx86.c b/py/emitnx86.c
index a9050c65d..cb2b7f19e 100644
--- a/py/emitnx86.c
+++ b/py/emitnx86.c
@@ -37,7 +37,7 @@ STATIC byte mp_f_n_args[MP_F_NUMBER_OF] = {
[MP_F_STORE_SET] = 2,
[MP_F_LIST_APPEND] = 2,
[MP_F_STORE_MAP] = 3,
- [MP_F_MAKE_FUNCTION_FROM_RAW_CODE] = 3,
+ [MP_F_MAKE_FUNCTION_FROM_PROTO_FUN] = 3,
[MP_F_NATIVE_CALL_FUNCTION_N_KW] = 3,
[MP_F_CALL_METHOD_N_KW] = 3,
[MP_F_CALL_METHOD_N_KW_VAR] = 3,