mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:06:03 +02:00
* fixed internalerror on ARM with 64 bit softfloats after r15416
git-svn-id: trunk@15437 -
This commit is contained in:
parent
815cf97b4c
commit
9ee74432b6
@ -792,7 +792,7 @@ implementation
|
|||||||
locsize : tcgsize;
|
locsize : tcgsize;
|
||||||
tmploc : tlocation;
|
tmploc : tlocation;
|
||||||
begin
|
begin
|
||||||
if not(l.size in [OS_32,OS_64,OS_128]) then
|
if not(l.size in [OS_32,OS_S32,OS_64,OS_S64,OS_128,OS_S128]) then
|
||||||
locsize:=l.size
|
locsize:=l.size
|
||||||
else
|
else
|
||||||
locsize:=int_float_cgsize(tcgsize2size[l.size]);
|
locsize:=int_float_cgsize(tcgsize2size[l.size]);
|
||||||
|
Loading…
Reference in New Issue
Block a user