mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:49:12 +02:00
* pointer typecast added
This commit is contained in:
parent
ed708a0650
commit
f6e7bd5274
@ -33,7 +33,7 @@ BEGIN
|
|||||||
exitproc:=@my_exit;
|
exitproc:=@my_exit;
|
||||||
finally_called:=false;
|
finally_called:=false;
|
||||||
try
|
try
|
||||||
p:=$ffffffff;
|
p:=pointer(-1);
|
||||||
longint(p^):=0;
|
longint(p^):=0;
|
||||||
finally
|
finally
|
||||||
finally_called:=true;
|
finally_called:=true;
|
||||||
|
Loading…
Reference in New Issue
Block a user