diff options
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r-- | gdb/hppa-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c index 42ae0b3..d6ae66b 100644 --- a/gdb/hppa-tdep.c +++ b/gdb/hppa-tdep.c @@ -1421,7 +1421,7 @@ skip_prologue(pc) u = find_unwind_entry (pc); if (!u) - return 0; + return pc; /* This is how much of a frame adjustment we need to account for. */ stack_remaining = u->Total_frame_size << 3; |