* fix Sysutils.AssertErrorHandler as proposed by Martin Friebe in #19130, resolves #19310

git-svn-id: trunk@17470 -
This commit is contained in:
florian 2011-05-15 15:13:22 +00:00
parent 13285ab264
commit 7de8972e5c

View File

@ -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}