Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information