...
This commit is contained in:
@@ -1153,7 +1153,7 @@ public class QBEGenerator
|
|||||||
|
|
||||||
private string EmitUnwrap(Val val)
|
private string EmitUnwrap(Val val)
|
||||||
{
|
{
|
||||||
return val.Name;
|
return val.IsLValue ? EmitLoad(val.Type, val.Name) : val.Name;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int SizeOf(TypeNode type)
|
private static int SizeOf(TypeNode type)
|
||||||
|
|||||||
Reference in New Issue
Block a user