This commit is contained in:
nub31
2025-06-02 16:23:28 +02:00
parent 69ca860f4b
commit eb8ad3819e

View File

@@ -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}";
} }