|
@@ -304,7 +304,7 @@ interface
|
|
|
begin
|
|
|
location_force_mmregscalar(current_asmdata.CurrAsmList,left.location,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,nil);
|
|
|
+ cg.a_loadmm_reg_reg(current_asmdata.CurrAsmList,left.location.size,location.size,left.location.register,location.register,mms_movescalar);
|
|
|
end
|
|
|
else
|
|
|
internalerror(2003012262);
|
|
@@ -340,7 +340,7 @@ interface
|
|
|
LOC_MMREGISTER:
|
|
|
begin
|
|
|
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,nil);
|
|
|
+ cg.a_loadmm_reg_reg(current_asmdata.CurrAsmList,left.location.size,location.size,left.location.register,location.register,mms_movescalar);
|
|
|
end;
|
|
|
else
|
|
|
internalerror(2003012261);
|