mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +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
|
||||
// A: target register
|
||||
// B: source register
|
||||
// C: constant table index (0..255); must refer to a number
|
||||
// B: constant table index (0..255); must refer to a number
|
||||
// C: source register
|
||||
LOP_SUBRK,
|
||||
LOP_DIVRK,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue