sh: unwinder: Fix up invalid PC refetch in dwarf unwinder.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 6 Nov 2009 08:23:33 +0000 (17:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 6 Nov 2009 08:23:33 +0000 (17:23 +0900)
The dwarf unwinder presently attempts to provide a sane PC value if none
is provided, however the logic is broken and cases where a previous valid
dwarf frame exists along with a bogus PC value can still proceed. This
fixes up the test and prevents the unwinder from blowing up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found