* converted last part of second_real_to_real() to the high level code

generator

git-svn-id: trunk@32546 -
This commit is contained in:
Jonas Maebe 2015-11-27 14:44:37 +00:00
parent f97192edf9
commit 64c4e16f8b

View File

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