This commit is contained in:
florian 2004-09-26 18:32:15 +00:00
parent 8fb3536f6e
commit 9cc9d68060

View File

@ -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