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 /lopnames.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 'lopnames.h')
-rw-r--r-- | lopnames.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ static const char *const opnames[] = { | |||
16 | "LOADK", | 16 | "LOADK", |
17 | "LOADKX", | 17 | "LOADKX", |
18 | "LOADFALSE", | 18 | "LOADFALSE", |
19 | "LFALSESKIP", | ||
19 | "LOADTRUE", | 20 | "LOADTRUE", |
20 | "LOADNIL", | 21 | "LOADNIL", |
21 | "GETUPVAL", | 22 | "GETUPVAL", |