Procházet zdrojové kódy

Add missing setting of expectloc for multiplications

git-svn-id: trunk@39935 -
pierre před 7 roky
rodič
revize
293973b306
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      compiler/nadd.pas

+ 1 - 0
compiler/nadd.pas

@@ -3694,6 +3694,7 @@ implementation
                begin
                begin
                  { if the code generator can handle 32 to 64-bit muls,
                  { if the code generator can handle 32 to 64-bit muls,
                    we're done here }
                    we're done here }
+                 expectloc:=LOC_REGISTER;
                end
                end
 {$ifndef cpu64bitalu}
 {$ifndef cpu64bitalu}
               { is there a 64 bit type ? }
               { is there a 64 bit type ? }