2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@44176 -
florian 5 жил өмнө
parent
commit
013491c69f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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 }