mirror of
https://github.com/luau-lang/luau.git
synced 2025-01-19 17:28:06 +00:00
Merge branch 'master' into merge
This commit is contained in:
commit
5b401524f5
1 changed files with 1 additions and 1 deletions
|
@ -1836,7 +1836,7 @@ void BytecodeBuilder::dumpConstant(std::string& result, int k) const
|
|||
}
|
||||
case Constant::Type_Import:
|
||||
{
|
||||
int id0 = -1, id1 = -1, id2 = -1;
|
||||
int32_t id0 = -1, id1 = -1, id2 = -1;
|
||||
if (int count = decomposeImportId(data.valueImport, id0, id1, id2))
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue