浏览代码

* fixed compilation

git-svn-id: trunk@3887 -
florian 19 年之前
父节点
当前提交
6ed96fd8ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/nx86add.pas

+ 1 - 1
compiler/x86/nx86add.pas

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