mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 06:39:04 +02:00
+ added missing make_simple_ref
git-svn-id: trunk@1760 -
This commit is contained in:
parent
99be25604b
commit
f8e6df62b6
@ -254,12 +254,16 @@ implementation
|
||||
{ double (2^64) }
|
||||
asmlist[al_typedconsts].concat(Tai_const.Create_32bit(0));
|
||||
asmlist[al_typedconsts].concat(Tai_const.Create_32bit($43f00000));
|
||||
{ simplify for PIC }
|
||||
cg.make_simple_ref(exprasmlist,href);
|
||||
exprasmlist.concat(taicpu.op_ref_reg(A_ADDSD,S_NO,href,location.register));
|
||||
end
|
||||
else if is_single(resulttype.def) then
|
||||
begin
|
||||
{ single(2^64) }
|
||||
asmlist[al_typedconsts].concat(Tai_const.Create_32bit($5f800000));
|
||||
{ simplify for PIC }
|
||||
cg.make_simple_ref(exprasmlist,href);
|
||||
exprasmlist.concat(taicpu.op_ref_reg(A_ADDSS,S_NO,href,location.register));
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user