Rename
This commit is contained in:
@@ -1482,7 +1482,7 @@ public class Generator
|
|||||||
var offsetName = GenVarName();
|
var offsetName = GenVarName();
|
||||||
_builder.AppendLine($" %{offsetName} =l add {item}, {offset}");
|
_builder.AppendLine($" %{offsetName} =l add {item}, {offset}");
|
||||||
|
|
||||||
if (memberAccess.Type is NubStructType)
|
if (IsLargeType(memberAccess.Type))
|
||||||
{
|
{
|
||||||
return $"%{offsetName}";
|
return $"%{offsetName}";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user