* get_caller_stackinfo: set framebp to nil if addr is nil

git-svn-id: trunk@21708 -
This commit is contained in:
pierre 2012-06-25 22:43:08 +00:00
parent f340ef87e3
commit 48597c64ee

View File

@ -95,6 +95,11 @@ begin
go back to lower $ra values until we find a
position with ADDIU $sp,$sp,-LocalSize
}
if addr=nil then
begin
framebp:=nil;
exit;
end;
Try
current_ra:=addr;
ra_offset:=-1;