luau/Compiler
ds-sloth 58f8c24ddb
BytecodeBuilder.cpp: fix invalid assumption that int32_t aliases int (#1347)
I found that Luau failed to build on the devkitPro toolchain for 3DS.

This target uses an ILP32 model, and `int32_t` is an alias of `long`.
`BytecodeBuilder.cpp` includes a line where an `int` is passed by
reference to a function expecting an `int32_t`.
2024-07-26 14:34:58 -07:00
..
include Sync to upstream/release/632 (#1307) 2024-06-28 17:34:49 -07:00
src BytecodeBuilder.cpp: fix invalid assumption that int32_t aliases int (#1347) 2024-07-26 14:34:58 -07:00