mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 18:19:18 +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;
|
procedure Fprt_sigreturn_stub;assembler;nostackframe;
|
||||||
asm
|
asm
|
||||||
mov syscall_nr_rt_sigreturn,%g1
|
mov syscall_nr_rt_sigreturn,%g1
|
||||||
|
{$ifdef cpusparc}
|
||||||
ta 0x10
|
ta 0x10
|
||||||
|
{$else}
|
||||||
|
ta 0x6d
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
{$endif cpusparc or cpusparc64}
|
{$endif cpusparc or cpusparc64}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user