Explorar el Código

* make maxpushedparasize a SizeInt: it must store an address size and not an alu value

git-svn-id: trunk@44176 -
florian hace 5 años
padre
commit
013491c69f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/procinfo.pas

+ 1 - 1
compiler/procinfo.pas

@@ -125,7 +125,7 @@ unit procinfo;
           aktlocaldata : TAsmList;
 
           { max. of space need for parameters }
-          maxpushedparasize : aint;
+          maxpushedparasize : SizeInt;
 
           { some architectures need to know a stack size before the first compilation pass
             estimatedtempsize contains an estimated value how big temps will get }