Revert test change
This commit is contained in:
@@ -939,7 +939,7 @@ public class QBEGenerator
|
|||||||
{
|
{
|
||||||
destination = TmpName();
|
destination = TmpName();
|
||||||
var size = SizeOf(structInitializer.StructType);
|
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)
|
foreach (var field in structDef.Fields)
|
||||||
|
|||||||
Reference in New Issue
Block a user