summaryrefslogtreecommitdiff
path: root/py/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/runtime.c b/py/runtime.c
index 627003959..76f194daa 100644
--- a/py/runtime.c
+++ b/py/runtime.c
@@ -1925,7 +1925,9 @@ py_obj_t rt_iternext(py_obj_t o_in) {
}
}
+// these must correspond to the respective enum
void *const rt_fun_table[RT_F_NUMBER_OF] = {
+ rt_load_const_dec,
rt_load_const_str,
rt_load_name,
rt_load_global,