* hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
authorJoel Brobecker <brobecker@gnat.com>
Fri, 13 Dec 2002 14:37:41 +0000 (14:37 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 13 Dec 2002 14:37:41 +0000 (14:37 +0000)
       in the previous prototype change to set_momentary_breakpoint.

gdb/ChangeLog
gdb/hppa-tdep.c

index 5dcde64..11e6208 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-13  Joel Brobecker  <brobecker@gnat.com>
+
+       * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced
+       in the previous prototype change to set_momentary_breakpoint.
+
 2002-12-12  Daniel Jacobowitz  <drow@mvista.com>
 
        * infrun.c (pending_follow): Remove saw_parent_fork, saw_child_fork,
index 2890746..477d6af 100644 (file)
@@ -1604,7 +1604,7 @@ hppa_pop_frame (void)
          for "return_command" will print the frame we returned to.  */
       sal = find_pc_line (target_pc, 0);
       sal.pc = target_pc;
-      breakpoint = set_momentary_breakpoint (sal, NULL, bp_finish);
+      breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_finish);
       breakpoint->silent = 1;
 
       /* So we can clean things up.  */