瀏覽代碼

* fixed LOC_REFERENCE/LOC_CREFERENCE problems

Jonas Maebe 23 年之前
父節點
當前提交
456436c05c
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      compiler/powerpc/nppcinl.pas

+ 7 - 1
compiler/powerpc/nppcinl.pas

@@ -115,6 +115,9 @@ implementation
                     def_cgsize(left.resulttype.def),
                     left.location.reference,location.register);
                  location_release(exprasmlist,left.location);
+                 location_reset(left.location,LOC_FPUREGISTER,
+                   left.location.size);
+                 left.location.register := location.register;
                end
            else
               internalerror(309991);
@@ -147,7 +150,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.2  2002-08-19 17:35:42  jonas
+  Revision 1.3  2002-09-18 09:19:37  jonas
+    * fixed LOC_REFERENCE/LOC_CREFERENCE problems
+
+  Revision 1.2  2002/08/19 17:35:42  jonas
     * fixes
 
   Revision 1.1  2002/08/10 17:15:00  jonas