aboutsummaryrefslogtreecommitdiff
path: root/py/vmentrytable.h
diff options
context:
space:
mode:
authorDamien George2014-04-20 18:02:27 +0100
committerDamien George2014-04-20 18:02:27 +0100
commit5f6a25fc50503b70af1f3a9a27f13c2a698d0a0e (patch)
treef8dc88109db6b46e531990df74fbb4d99254b518 /py/vmentrytable.h
parent3558f62fb5c21a19a518c2ba75860f0b5963219e (diff)
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.
Diffstat (limited to 'py/vmentrytable.h')
-rw-r--r--py/vmentrytable.h1
1 files changed, 0 insertions, 1 deletions
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,