diff options
Diffstat (limited to 'py/vmentrytable.h')
-rw-r--r-- | py/vmentrytable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/vmentrytable.h b/py/vmentrytable.h index 29cfdce4e2..71d6f5b172 100644 --- a/py/vmentrytable.h +++ b/py/vmentrytable.h @@ -86,8 +86,10 @@ static void* entry_table[256] = { [MP_BC_BUILD_MAP] = &&entry_MP_BC_BUILD_MAP, [MP_BC_STORE_MAP] = &&entry_MP_BC_STORE_MAP, [MP_BC_MAP_ADD] = &&entry_MP_BC_MAP_ADD, + #if MICROPY_PY_BUILTINS_SET [MP_BC_BUILD_SET] = &&entry_MP_BC_BUILD_SET, [MP_BC_SET_ADD] = &&entry_MP_BC_SET_ADD, + #endif [MP_BC_BUILD_SLICE] = &&entry_MP_BC_BUILD_SLICE, [MP_BC_UNPACK_SEQUENCE] = &&entry_MP_BC_UNPACK_SEQUENCE, [MP_BC_UNPACK_EX] = &&entry_MP_BC_UNPACK_EX, |