* 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 5dcde644e823b4394a09c03d66bd15c47c09c63b..11e6208b5c65eb735c3abdac69f2cb98704dc0cc 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 2890746b5f262642566be98d88f92c9f99cb57ae..477d6af88ce519b6b57329e2766a373f4a596371 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.  */
This page took 0.156976 seconds and 4 git commands to generate.