Explorar el Código

Add missing setting of expectloc for multiplications

git-svn-id: trunk@39935 -
pierre hace 6 años
padre
commit
293973b306
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 ? }