diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-09-06 14:35:04 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2024-09-06 14:35:04 -0300 |
| commit | 007b8c7a01eaa97d796561a19c7e9af1ec474495 (patch) | |
| tree | d21133c450f4579b19a61f15fbf840e3fd82d097 /lopcodes.c | |
| parent | fd0e1f530d06340f99334b07d74e5133ce073787 (diff) | |
| download | lua-007b8c7a01eaa97d796561a19c7e9af1ec474495.tar.gz lua-007b8c7a01eaa97d796561a19c7e9af1ec474495.tar.bz2 lua-007b8c7a01eaa97d796561a19c7e9af1ec474495.zip | |
Details
Identation + comments
Diffstat (limited to 'lopcodes.c')
| -rw-r--r-- | lopcodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 */ |
