mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Update Compiler/src/Compiler.cpp
This commit is contained in:
parent
859475d315
commit
6be7e7a5cb
1 changed files with 1 additions and 1 deletions
|
@ -1635,7 +1635,7 @@ struct Compiler
|
|||
{
|
||||
uint8_t rr = compileExprAuto(expr->right, rs);
|
||||
|
||||
bytecode.emitABC(getBinaryOpArith(expr->op, /* k= */ true), target, uint8_t(rr), uint8_t(lc));
|
||||
bytecode.emitABC(getBinaryOpArith(expr->op, /* k= */ true), target, rr, uint8_t(lc));
|
||||
|
||||
hintTemporaryExprRegType(expr->right, rr, LBC_TYPE_NUMBER, /* instLength */ 1);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue