* FPC_VERSION => FPC_FULLVERSION

git-svn-id: trunk@48547 -
This commit is contained in:
florian 2021-02-08 21:41:04 +00:00
parent 59a16914f3
commit 3a0eb110ec

View File

@ -40,7 +40,7 @@ asm
end;
{$endif not CPUTHUMB}
{$if FPC_VERSION >= 30200}
{$if FPC_FULLVERSION >= 30200}
Procedure SignalToHandleErrorAddrFrame_Thumb(Errno : longint;addr : CodePointer; frame : Pointer); nostackframe; assembler;
asm
.thumb_func
@ -98,7 +98,7 @@ begin
ucontext^.uc_mcontext.arm_r0:=res;
ucontext^.uc_mcontext.arm_r1:=uContext^.uc_mcontext.arm_pc;
ucontext^.uc_mcontext.arm_r2:=uContext^.uc_mcontext.arm_fp;
{$if FPC_VERSION >= 30200}
{$if FPC_FULLVERSION >= 30200}
{$ifndef CPUTHUMB}
if (ucontext^.uc_mcontext.arm_cpsr and (1 shl 5))=0 then
begin