mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:09:07 +02:00
* fixed tests/test/trange5
git-svn-id: trunk@2412 -
This commit is contained in:
parent
845ab889fa
commit
1139570b64
@ -685,7 +685,7 @@ unit cg64f32;
|
|||||||
if l.size in [OS_64,OS_S64] then
|
if l.size in [OS_64,OS_S64] then
|
||||||
a_load64high_ref_reg(list,l.reference,hreg)
|
a_load64high_ref_reg(list,l.reference,hreg)
|
||||||
else
|
else
|
||||||
cg.a_load_ref_reg(list,opsize,OS_32,l.reference,hreg);
|
cg.a_load_ref_reg(list,l.size,OS_32,l.reference,hreg);
|
||||||
end;
|
end;
|
||||||
objectlibrary.getjumplabel(poslabel);
|
objectlibrary.getjumplabel(poslabel);
|
||||||
cg.a_cmp_const_reg_label(list,opsize,OC_GTE,0,hreg,poslabel);
|
cg.a_cmp_const_reg_label(list,opsize,OC_GTE,0,hreg,poslabel);
|
||||||
|
Loading…
Reference in New Issue
Block a user