|
@@ -146,7 +146,7 @@ implementation
|
|
{$ifdef EXTDEBUG}
|
|
{$ifdef EXTDEBUG}
|
|
TempTypeStr : array[ttemptype] of string[18] = (
|
|
TempTypeStr : array[ttemptype] of string[18] = (
|
|
'<none>',
|
|
'<none>',
|
|
- 'free','normal','persistant',
|
|
|
|
|
|
+ 'free','normal','persistent',
|
|
'noreuse','freenoreuse',
|
|
'noreuse','freenoreuse',
|
|
'regallocator','freeregallocator'
|
|
'regallocator','freeregallocator'
|
|
);
|
|
);
|