mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* allow nil pointer in FPC_CHECKPOINTER !!
This commit is contained in:
parent
4d1a9c3bf8
commit
cfc811c376
@ -472,6 +472,9 @@ begin
|
||||
asm
|
||||
pushal
|
||||
end;
|
||||
if p=nil then
|
||||
goto _exit;
|
||||
|
||||
pp:=heap_mem_root;
|
||||
i:=0;
|
||||
|
||||
@ -688,7 +691,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.13 1999-05-12 16:49:29 pierre
|
||||
Revision 1.14 1999-05-16 23:56:09 pierre
|
||||
* allow nil pointer in FPC_CHECKPOINTER !!
|
||||
|
||||
Revision 1.13 1999/05/12 16:49:29 pierre
|
||||
+ with EXTRA memory is filled with $F0 and checked at end
|
||||
|
||||
Revision 1.12 1999/05/11 12:52:42 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user