summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index ee2ec23607..1f3f693c97 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -762,7 +762,7 @@ unwind_jump:
sp--;
DISPATCH();
-#if MICROPY_ENABLE_SLICE
+#if MICROPY_PY_SLICE
ENTRY(MP_BC_BUILD_SLICE):
DECODE_UINT;
if (unum == 2) {