This commit is contained in:
nub31
2025-09-28 23:26:45 +02:00
parent ae4ebed0d7
commit d6488e6157
3 changed files with 6 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ public class QBEGenerator
NubCStringType => "=l",
NubStringType => "=l",
NubArrayType => "=l",
NubStructType => throw new InvalidOperationException("Structs are not loaded/stored directly"),
NubStructType => "=l",
NubVoidType => throw new InvalidOperationException("Void has no assignment"),
_ => throw new ArgumentOutOfRangeException(nameof(type), $"Unknown type {type.GetType()}")
};