mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 07:49:32 +01:00
* test fixed to turn off stack checking in stack checking error handling
git-svn-id: trunk@4565 -
This commit is contained in:
parent
86cc5ec31b
commit
9dd9ba53b9
@ -22,6 +22,8 @@ const
|
|||||||
saveexit : pointer = nil;
|
saveexit : pointer = nil;
|
||||||
x : longint = 0;
|
x : longint = 0;
|
||||||
|
|
||||||
|
{$S-}
|
||||||
|
{ the stack overflowed already so don't do much here and depend on stack_margin }
|
||||||
procedure stack_check_exit;
|
procedure stack_check_exit;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user