mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 18:19:54 +02:00
* make code and data size in status independent of target alu size
git-svn-id: trunk@19013 -
This commit is contained in:
parent
57f3f0a82b
commit
bbed546f56
@ -84,7 +84,7 @@ type
|
||||
countNotes,
|
||||
countHints : longint; { number of found errors/warnings/notes/hints }
|
||||
codesize,
|
||||
datasize : aword;
|
||||
datasize : qword;
|
||||
{ program info }
|
||||
isexe,
|
||||
ispackage,
|
||||
|
Loading…
Reference in New Issue
Block a user