mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
+ sparc
This commit is contained in:
parent
8fb3536f6e
commit
9cc9d68060
@ -40,6 +40,12 @@ asm
|
||||
movl y,%ecx
|
||||
end;
|
||||
{$endif CPUX86_64}
|
||||
{$ifdef CPUSPARC}
|
||||
asm
|
||||
mov x,%i0
|
||||
mov y,%i1
|
||||
end;
|
||||
{$endif CPUSPARC}
|
||||
|
||||
{procedure nothing(x,y: longint);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user