瀏覽代碼

Use A_LD_R and A_ST_R aliases for spilling_create_(load|store) functions

git-svn-id: trunk@36793 -
pierre 8 年之前
父節點
當前提交
6e18d537fc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/sparcgen/aasmcpu.pas

+ 2 - 2
compiler/sparcgen/aasmcpu.pas

@@ -274,7 +274,7 @@ implementation
       begin
       begin
         case getregtype(r) of
         case getregtype(r) of
           R_INTREGISTER :
           R_INTREGISTER :
-            result:=taicpu.op_ref_reg(A_LD,ref,r);
+            result:=taicpu.op_ref_reg(A_LD_R,ref,r);
           R_FPUREGISTER :
           R_FPUREGISTER :
             begin
             begin
               case getsubreg(r) of
               case getsubreg(r) of
@@ -296,7 +296,7 @@ implementation
       begin
       begin
         case getregtype(r) of
         case getregtype(r) of
           R_INTREGISTER :
           R_INTREGISTER :
-            result:=taicpu.op_reg_ref(A_ST,r,ref);
+            result:=taicpu.op_reg_ref(A_ST_R,r,ref);
           R_FPUREGISTER :
           R_FPUREGISTER :
             begin
             begin
               case getsubreg(r) of
               case getsubreg(r) of