|
@@ -724,8 +724,11 @@ implementation
|
|
inc(a,32-tcgsize2size[size]*8);
|
|
inc(a,32-tcgsize2size[size]*8);
|
|
src:=dst;
|
|
src:=dst;
|
|
end
|
|
end
|
|
|
|
+{$ifndef SPARC64}
|
|
else if not (size in [OS_32,OS_S32]) then
|
|
else if not (size in [OS_32,OS_S32]) then
|
|
- InternalError(2013070303);
|
|
|
|
|
|
+ InternalError(2013070303)
|
|
|
|
+{$endif SPARC64}
|
|
|
|
+ ;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
if setflags then
|
|
if setflags then
|