From 9b7987a9d1471ba94764286b28e0998f73deb46a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 11 Feb 2020 11:12:33 -0300 Subject: OP_LOADFALSE broken in two instructions --- ljumptab.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ljumptab.h') diff --git a/ljumptab.h b/ljumptab.h index 22e9575f..0edd79d5 100644 --- a/ljumptab.h +++ b/ljumptab.h @@ -31,6 +31,7 @@ static void *disptab[NUM_OPCODES] = { &&L_OP_LOADK, &&L_OP_LOADKX, &&L_OP_LOADFALSE, +&&L_OP_LFALSESKIP, &&L_OP_LOADTRUE, &&L_OP_LOADNIL, &&L_OP_GETUPVAL, -- cgit v1.2.3-55-g6feb