mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 08:30:20 +02:00
git-svn-id: trunk@17470 -
This commit is contained in:
parent
13285ab264
commit
7de8972e5c
@ -379,7 +379,7 @@ begin
|
||||
S:=SAssertionFailed
|
||||
else
|
||||
S:=Msg;
|
||||
Raise EAssertionFailed.Createfmt(SAssertError,[S,Fn,LineNo]) at Pointer(theAddr);
|
||||
Raise EAssertionFailed.Createfmt(SAssertError,[S,Fn,LineNo]) at get_caller_addr(theAddr), get_caller_frame(theAddr);
|
||||
end;
|
||||
|
||||
{$ifdef STACKCHECK_WAS_ON}
|
||||
|
Loading…
Reference in New Issue
Block a user