diff options
Diffstat (limited to 'py/showbc.c')
-rw-r--r-- | py/showbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/showbc.c b/py/showbc.c index 33c59dcba9..fc02f4c580 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -419,7 +419,7 @@ void mp_bytecode_print2(const byte *ip, int len) { printf("SET_ADD " UINT_FMT, unum); break; -#if MICROPY_PY_SLICE +#if MICROPY_PY_BUILTINS_SLICE case MP_BC_BUILD_SLICE: DECODE_UINT; printf("BUILD_SLICE " UINT_FMT, unum); |