Revert test change

This commit is contained in:
nub31
2025-08-18 21:26:15 +02:00
parent 6e2a99a6f4
commit 13ed08bb02

View File

@@ -939,7 +939,7 @@ public class QBEGenerator
{
destination = TmpName();
var size = SizeOf(structInitializer.StructType);
_writer.Indented($"{destination} =l call $malloc(l {size})");
_writer.Indented($"{destination} =l alloc8 {size}");
}
foreach (var field in structDef.Fields)