mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +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
|
||||
a_load64high_ref_reg(list,l.reference,hreg)
|
||||
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;
|
||||
objectlibrary.getjumplabel(poslabel);
|
||||
cg.a_cmp_const_reg_label(list,opsize,OC_GTE,0,hreg,poslabel);
|
||||
|
Loading…
Reference in New Issue
Block a user