mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* converted last part of second_real_to_real() to the high level code
generator git-svn-id: trunk@32546 -
This commit is contained in:
parent
f97192edf9
commit
64c4e16f8b
@ -457,7 +457,7 @@ interface
|
||||
begin
|
||||
hlcg.location_force_mmregscalar(current_asmdata.CurrAsmList,left.location,left.resultdef,false);
|
||||
location.register:=cg.getmmregister(current_asmdata.CurrAsmList,location.size);
|
||||
cg.a_loadmm_reg_reg(current_asmdata.CurrAsmList,left.location.size,location.size,left.location.register,location.register,mms_movescalar);
|
||||
hlcg.a_loadmm_reg_reg(current_asmdata.CurrAsmList,left.resultdef,resultdef,left.location.register,location.register,mms_movescalar);
|
||||
end
|
||||
else
|
||||
internalerror(2003012262);
|
||||
|
Loading…
Reference in New Issue
Block a user