diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-02-11 11:12:33 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-02-11 11:12:33 -0300 |
commit | 9b7987a9d1471ba94764286b28e0998f73deb46a (patch) | |
tree | b24e2836a29621521d65e6dc77fb39bdc4b627ee /ljumptab.h | |
parent | 28ef7061bbcce39590c97a2ad662e0b60f7adab5 (diff) | |
download | lua-9b7987a9d1471ba94764286b28e0998f73deb46a.tar.gz lua-9b7987a9d1471ba94764286b28e0998f73deb46a.tar.bz2 lua-9b7987a9d1471ba94764286b28e0998f73deb46a.zip |
OP_LOADFALSE broken in two instructions
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ static void *disptab[NUM_OPCODES] = { | |||
31 | &&L_OP_LOADK, | 31 | &&L_OP_LOADK, |
32 | &&L_OP_LOADKX, | 32 | &&L_OP_LOADKX, |
33 | &&L_OP_LOADFALSE, | 33 | &&L_OP_LOADFALSE, |
34 | &&L_OP_LFALSESKIP, | ||
34 | &&L_OP_LOADTRUE, | 35 | &&L_OP_LOADTRUE, |
35 | &&L_OP_LOADNIL, | 36 | &&L_OP_LOADNIL, |
36 | &&L_OP_GETUPVAL, | 37 | &&L_OP_GETUPVAL, |