mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:49:37 +02:00
* avoid range check error
git-svn-id: trunk@18786 -
This commit is contained in:
parent
88c2c77319
commit
2f4fcf7dee
@ -46,7 +46,7 @@ interface
|
||||
tmemdebug = class
|
||||
private
|
||||
totalmem,
|
||||
startmem : integer;
|
||||
startmem : int64;
|
||||
infostr : string[40];
|
||||
public
|
||||
constructor Create(const s:string);
|
||||
|
Loading…
Reference in New Issue
Block a user