mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 09:09:34 +02:00
Fix fprt_sigreturn_stub for sparc64 cpu
git-svn-id: trunk@36654 -
This commit is contained in:
parent
963d109331
commit
b6d2c7ee69
@ -253,7 +253,11 @@ end;
|
||||
procedure Fprt_sigreturn_stub;assembler;nostackframe;
|
||||
asm
|
||||
mov syscall_nr_rt_sigreturn,%g1
|
||||
{$ifdef cpusparc}
|
||||
ta 0x10
|
||||
{$else}
|
||||
ta 0x6d
|
||||
{$endif}
|
||||
end;
|
||||
{$endif cpusparc or cpusparc64}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user