mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +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;
|
||||
tmploc : tlocation;
|
||||
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
|
||||
else
|
||||
locsize:=int_float_cgsize(tcgsize2size[l.size]);
|
||||
|
Loading…
Reference in New Issue
Block a user