impr
This commit is contained in:
@@ -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()}")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user