mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 16:30:35 +02:00
Merged revisions 162 via svnmerge from
/trunk git-svn-id: branches/fixes_2_0@164 -
This commit is contained in:
parent
e2ad004bd9
commit
da2eef71a2
@ -152,7 +152,8 @@ begin
|
||||
frames:=nil;
|
||||
framebufsize:=0;
|
||||
framecount:=0;
|
||||
while (framecount<RaiseMaxFrameCount) and (curr_frame > prev_frame) Do
|
||||
while (framecount<RaiseMaxFrameCount) and (curr_frame > prev_frame) and
|
||||
(curr_frame<(StackBottom + StackLength)) do
|
||||
Begin
|
||||
caller_addr := get_caller_addr(curr_frame);
|
||||
caller_frame := get_caller_frame(curr_frame);
|
||||
|
Loading…
Reference in New Issue
Block a user