* fixed internalerror on ARM with 64 bit softfloats after r15416

git-svn-id: trunk@15437 -
This commit is contained in:
Jonas Maebe 2010-06-14 12:25:11 +00:00
parent 815cf97b4c
commit 9ee74432b6

View File

@ -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]);