1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Splat fixes

This commit is contained in:
Brian Fiete 2020-09-14 07:37:42 -07:00
parent 8def1d4522
commit 702eee993c
2 changed files with 123 additions and 0 deletions

View file

@ -20788,6 +20788,7 @@ void BfModule::DoMethodDeclaration(BfMethodDeclaration* methodDeclaration, bool
argIdx++;
if (loweredTypeCode2 != BfTypeCode_None)
argIdx++;
continue;
}
}