mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 20:32:20 +02:00
* more sparc64 support in the generic sparc code generator
git-svn-id: trunk@36521 -
This commit is contained in:
parent
91994ef404
commit
2109fb33ab
@ -724,8 +724,11 @@ implementation
|
||||
inc(a,32-tcgsize2size[size]*8);
|
||||
src:=dst;
|
||||
end
|
||||
{$ifndef SPARC64}
|
||||
else if not (size in [OS_32,OS_S32]) then
|
||||
InternalError(2013070303);
|
||||
InternalError(2013070303)
|
||||
{$endif SPARC64}
|
||||
;
|
||||
end;
|
||||
end;
|
||||
if setflags then
|
||||
|
Loading…
Reference in New Issue
Block a user