Revert test change

This commit is contained in:
nub31
2025-08-18 21:26:15 +02:00
parent 7ed1b80c32
commit bcc64858b1

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)