Browse Source

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

git-svn-id: trunk@19013 -
florian 14 years ago
parent
commit
bbed546f56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/comphook.pas

+ 1 - 1
compiler/comphook.pas

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