This commit is contained in:
nub31
2025-09-11 22:03:30 +02:00
parent 2af3782e32
commit 9c2975d45f
6 changed files with 42 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ public class QBEGenerator
foreach (var (module, signature) in _moduleSignatures)
{
foreach (var structType in signature.StructTypes)
foreach (var structType in signature.ExportedStructTypes)
{
EmitStructType(module, structType);
_writer.NewLine();