aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-03-09 16:24:06 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-03-09 16:24:06 -0300
commit36d5d2b2847906aa3b66e020d5d894a14ba2bf90 (patch)
treeb6734417418defc9cc8ccd194f1c4e05e9336ee8 /lopcodes.c
parent9e501d9855e560b08c50fb0cf6e147af93bb497e (diff)
downloadlua-36d5d2b2847906aa3b66e020d5d894a14ba2bf90.tar.gz
lua-36d5d2b2847906aa3b66e020d5d894a14ba2bf90.tar.bz2
lua-36d5d2b2847906aa3b66e020d5d894a14ba2bf90.zip
Details
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 7e182315..c4828bfc 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -104,7 +104,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
104 ,opmode(0, 1, 0, 0, 1, iABC) /* OP_VARARG */ 104 ,opmode(0, 1, 0, 0, 1, iABC) /* OP_VARARG */
105 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETVARG */ 105 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETVARG */
106 ,opmode(0, 0, 0, 0, 0, iABx) /* OP_ERRNNIL */ 106 ,opmode(0, 0, 0, 0, 0, iABx) /* OP_ERRNNIL */
107 ,opmode(0, 0, 1, 0, 1, iABC) /* OP_VARARGPREP */ 107 ,opmode(0, 0, 1, 0, 0, iABC) /* OP_VARARGPREP */
108 ,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */ 108 ,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */
109}; 109};
110 110