* fixed compilation

git-svn-id: trunk@3887 -
This commit is contained in:
florian 2006-06-17 21:33:08 +00:00
parent 6ffe481799
commit 6ed96fd8ad

View File

@ -727,7 +727,7 @@ unit nx86add;
begin
if not(nf_swaped in flags) then
if right.location.loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER] then
location_force_mem(exprasmlist,right.location);
location_force_mem(current_asmdata.CurrAsmList,right.location);
location_force_mmregscalar(current_asmdata.CurrAsmList,left.location,false);
location.register:=left.location.register;