mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
Fix compilation failure of i386-netbsd target after last commit
git-svn-id: trunk@47230 -
This commit is contained in:
parent
f80bd9b034
commit
1fdf940d0b
@ -76,7 +76,7 @@ begin
|
||||
res:=205
|
||||
else if FpuState = FPE_FltUnd then
|
||||
res:=206
|
||||
else if FpuState and FPU_Denormal)<>0 then
|
||||
else if (FpuState and FPU_Denormal)<>0 then
|
||||
res:=207
|
||||
else if FpuState = FPE_FltSub then
|
||||
res:=207
|
||||
|
Loading…
Reference in New Issue
Block a user