aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-06 14:35:04 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2024-09-06 14:35:04 -0300
commit007b8c7a01eaa97d796561a19c7e9af1ec474495 (patch)
treed21133c450f4579b19a61f15fbf840e3fd82d097 /lopcodes.c
parentfd0e1f530d06340f99334b07d74e5133ce073787 (diff)
downloadlua-007b8c7a01eaa97d796561a19c7e9af1ec474495.tar.gz
lua-007b8c7a01eaa97d796561a19c7e9af1ec474495.tar.bz2
lua-007b8c7a01eaa97d796561a19c7e9af1ec474495.zip
Details
Identation + comments
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 5533b517..092c3902 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -68,8 +68,8 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
68 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHL */ 68 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHL */
69 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHR */ 69 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHR */
70 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBIN */ 70 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBIN */
71 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBINI*/ 71 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBINI */
72 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBINK*/ 72 ,opmode(1, 0, 0, 0, 0, iABC) /* OP_MMBINK */
73 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_UNM */ 73 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_UNM */
74 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BNOT */ 74 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BNOT */
75 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_NOT */ 75 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_NOT */