OP_LOADFALSE broken in two instructions

This commit is contained in:
Roberto Ierusalimschy
2020-02-11 11:12:33 -03:00
parent 28ef7061bb
commit 9b7987a9d1
6 changed files with 14 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ static const char *const opnames[] = {
"LOADK",
"LOADKX",
"LOADFALSE",
"LFALSESKIP",
"LOADTRUE",
"LOADNIL",
"GETUPVAL",