Browse Source

* return correct reg_cgsize for int. registers on sparc64

git-svn-id: trunk@36996 -
florian 8 years ago
parent
commit
c8e448345a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/sparcgen/cpubase.pas

+ 1 - 1
compiler/sparcgen/cpubase.pas

@@ -457,7 +457,7 @@ implementation
       begin
         case getregtype(reg) of
           R_INTREGISTER :
-            result:=OS_32;
+            result:=OS_INT;
           R_FPUREGISTER :
             begin
               if getsubreg(reg)=R_SUBFD then