aboutsummaryrefslogtreecommitdiff
path: root/ljumptab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ljumptab.h')
-rw-r--r--ljumptab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ljumptab.h b/ljumptab.h
index 37fe1e25..22e9575f 100644
--- a/ljumptab.h
+++ b/ljumptab.h
@@ -30,7 +30,8 @@ static void *disptab[NUM_OPCODES] = {
30&&L_OP_LOADF, 30&&L_OP_LOADF,
31&&L_OP_LOADK, 31&&L_OP_LOADK,
32&&L_OP_LOADKX, 32&&L_OP_LOADKX,
33&&L_OP_LOADBOOL, 33&&L_OP_LOADFALSE,
34&&L_OP_LOADTRUE,
34&&L_OP_LOADNIL, 35&&L_OP_LOADNIL,
35&&L_OP_GETUPVAL, 36&&L_OP_GETUPVAL,
36&&L_OP_SETUPVAL, 37&&L_OP_SETUPVAL,