Browse Source

Add missing setting of expectloc for multiplications

git-svn-id: trunk@39935 -
pierre 6 years ago
parent
commit
293973b306
1 changed files with 1 additions and 0 deletions
  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 ? }