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