mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 12:41:37 +02:00
* fix tarminlinenode.first_sqrt_real
git-svn-id: trunk@42685 -
This commit is contained in:
parent
0a0397c9f5
commit
3a1ecd4f16
@ -179,9 +179,9 @@ implementation
|
||||
fpu_fpa10,
|
||||
fpu_fpa11:
|
||||
expectloc:=LOC_FPUREGISTER;
|
||||
else if FPUARM_HAS_VFP_SINGLE_ONLY in fpu_capabilities[current_settings.fputype] then
|
||||
expectloc:=LOC_MMREGISTER
|
||||
else if FPUARM_HAS_VFP_DOUBLE in fpu_capabilities[current_settings.fputype] then
|
||||
expectloc:=LOC_MMREGISTER
|
||||
else if FPUARM_HAS_VFP_SINGLE_ONLY in fpu_capabilities[current_settings.fputype] then
|
||||
begin
|
||||
if tfloatdef(left.resultdef).floattype=s32real then
|
||||
expectloc:=LOC_MMREGISTER
|
||||
|
Loading…
Reference in New Issue
Block a user