mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 18:30:33 +02:00
+ in_edsp_test is only available if FPC_SYSTEM_FPC_MOVE is defined
git-svn-id: trunk@23985 -
This commit is contained in:
parent
97f21a7210
commit
9dc03c809e
@ -29,6 +29,7 @@ begin
|
|||||||
res := 207;
|
res := 207;
|
||||||
end;
|
end;
|
||||||
SIGILL:
|
SIGILL:
|
||||||
|
{$ifdef FPC_SYSTEM_FPC_MOVE}
|
||||||
if in_edsp_test then
|
if in_edsp_test then
|
||||||
begin
|
begin
|
||||||
res:=0;
|
res:=0;
|
||||||
@ -36,6 +37,7 @@ begin
|
|||||||
inc(uContext^.uc_mcontext.arm_pc,4);
|
inc(uContext^.uc_mcontext.arm_pc,4);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
{$endif FPC_SYSTEM_FPC_MOVE}
|
||||||
res:=216;
|
res:=216;
|
||||||
SIGSEGV :
|
SIGSEGV :
|
||||||
res:=216;
|
res:=216;
|
||||||
|
Loading…
Reference in New Issue
Block a user