* avoid range check error

git-svn-id: trunk@18786 -
This commit is contained in:
florian 2011-08-20 12:25:58 +00:00
parent 88c2c77319
commit 2f4fcf7dee

View File

@ -46,7 +46,7 @@ interface
tmemdebug = class
private
totalmem,
startmem : integer;
startmem : int64;
infostr : string[40];
public
constructor Create(const s:string);