浏览代码

* fixed expectloc setting

git-svn-id: trunk@6833 -
florian 18 年之前
父节点
当前提交
c4f65df9f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/x86/nx86inl.pas

+ 2 - 2
compiler/x86/nx86inl.pas

@@ -179,7 +179,7 @@ implementation
 
      function tx86inlinenode.first_round_real : tnode;
       begin
-        expectloc:=LOC_FPUREGISTER;
+        expectloc:=LOC_REFERENCE;
         registersint:=left.registersint;
         registersfpu:=max(left.registersfpu,1);
 {$ifdef SUPPORT_MMX}
@@ -195,7 +195,7 @@ implementation
            result:=inherited
          else
            begin
-             expectloc:=LOC_FPUREGISTER;
+             expectloc:=LOC_REFERENCE;
              registersint:=left.registersint;
              registersfpu:=max(left.registersfpu,1);
 {$ifdef SUPPORT_MMX}