Procházet zdrojové kódy

* fixed a_load_reg_ref: the store size has to depend on the tosize,
not on the fromsize (fixes webtbs/tw10072, and hopefully also
resolves mantis #8121)

git-svn-id: trunk@9037 -

Jonas Maebe před 18 roky
rodič
revize
ad5ce1adf4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/sparc/cgcpu.pas

+ 1 - 1
compiler/sparc/cgcpu.pas

@@ -489,7 +489,7 @@ implementation
           end
           end
         else
         else
           begin
           begin
-            case fromsize of
+            case tosize of
               { signed integer registers }
               { signed integer registers }
               OS_8,
               OS_8,
               OS_S8:
               OS_S8: