From 5f6a25fc50503b70af1f3a9a27f13c2a698d0a0e Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 20 Apr 2014 18:02:27 +0100 Subject: py: Wrap #if's around emitter functions that are used only by emitcpy. 3 emitter functions are needed only for emitcpy, and so we can #if them out when compiling with emitcpy support. Also remove unused SETUP_LOOP bytecode. --- py/vmentrytable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'py/vmentrytable.h') diff --git a/py/vmentrytable.h b/py/vmentrytable.h index 2e1d1fb04..c4d15427d 100644 --- a/py/vmentrytable.h +++ b/py/vmentrytable.h @@ -45,7 +45,6 @@ static void* entry_table[256] = { [MP_BC_POP_JUMP_IF_FALSE] = &&entry_MP_BC_POP_JUMP_IF_FALSE, [MP_BC_JUMP_IF_TRUE_OR_POP] = &&entry_MP_BC_JUMP_IF_TRUE_OR_POP, [MP_BC_JUMP_IF_FALSE_OR_POP] = &&entry_MP_BC_JUMP_IF_FALSE_OR_POP, -// [MP_BC_SETUP_LOOP] = &&entry_MP_BC_SETUP_LOOP, [MP_BC_SETUP_WITH] = &&entry_MP_BC_SETUP_WITH, [MP_BC_WITH_CLEANUP] = &&entry_MP_BC_WITH_CLEANUP, [MP_BC_UNWIND_JUMP] = &&entry_MP_BC_UNWIND_JUMP, -- cgit v1.2.3