* make code and data size in status independent of target alu size

git-svn-id: trunk@19013 -
This commit is contained in:
florian 2011-09-07 16:04:38 +00:00
parent 57f3f0a82b
commit bbed546f56

View File

@ -84,7 +84,7 @@ type
countNotes,
countHints : longint; { number of found errors/warnings/notes/hints }
codesize,
datasize : aword;
datasize : qword;
{ program info }
isexe,
ispackage,