mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Fix incorrect comment in Bytecode.h
This commit is contained in:
parent
0d2688844a
commit
b38b44f0ad
1 changed files with 2 additions and 2 deletions
|
@ -360,8 +360,8 @@ enum LuauOpcode
|
||||||
|
|
||||||
// SUBRK, DIVRK: compute arithmetic operation between the constant and a source register and put the result into target register
|
// SUBRK, DIVRK: compute arithmetic operation between the constant and a source register and put the result into target register
|
||||||
// A: target register
|
// A: target register
|
||||||
// B: source register
|
// B: constant table index (0..255); must refer to a number
|
||||||
// C: constant table index (0..255); must refer to a number
|
// C: source register
|
||||||
LOP_SUBRK,
|
LOP_SUBRK,
|
||||||
LOP_DIVRK,
|
LOP_DIVRK,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue