* hppa-tdep.c (skip_prologue): Return "pc" not zero
[deliverable/binutils-gdb.git] / gdb / hppa-tdep.c
index 42ae0b3dc41d0b50e7927b5362cba7367ee4fcb0..d6ae66bd46dee9c239739ee3e6687f17288e943f 100644 (file)
@@ -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;
This page took 0.023213 seconds and 4 git commands to generate.