Переглянути джерело

Add missing setting of expectloc for multiplications

git-svn-id: trunk@39935 -
pierre 7 роки тому
батько
коміт
293973b306
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      compiler/nadd.pas

+ 1 - 0
compiler/nadd.pas

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