Explorar o código

* fixed compilation

git-svn-id: trunk@3887 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
6ed96fd8ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/x86/nx86add.pas

+ 1 - 1
compiler/x86/nx86add.pas

@@ -727,7 +727,7 @@ unit nx86add;
           begin
           begin
             if not(nf_swaped in flags) then
             if not(nf_swaped in flags) then
               if right.location.loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER] 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_force_mmregscalar(current_asmdata.CurrAsmList,left.location,false);
             location.register:=left.location.register;
             location.register:=left.location.register;