mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add missing case to codegen handler
This commit is contained in:
parent
b8fa19b52d
commit
98dc6ed4d4
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ static void handleBuiltinEffects(ConstPropState& state, LuauBuiltinFunction bfid
|
||||||
case LBF_GETMETATABLE:
|
case LBF_GETMETATABLE:
|
||||||
case LBF_TONUMBER:
|
case LBF_TONUMBER:
|
||||||
case LBF_TOSTRING:
|
case LBF_TOSTRING:
|
||||||
|
case LBF_BIT32_BYTESWAP:
|
||||||
break;
|
break;
|
||||||
case LBF_TABLE_INSERT:
|
case LBF_TABLE_INSERT:
|
||||||
state.invalidateHeap();
|
state.invalidateHeap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue