2004-10-29 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 7cf9953044a4ca454283c791f91c9a532e578324..2624713e111947d54cce47c19824d3f627f38374 100644 (file)
@@ -3014,7 +3014,7 @@ normal_stop (void)
             LOCATION: Print only location
             SRC_AND_LOC: Print location and source line */
          if (do_frame_printing)
-           print_stack_frame (get_selected_frame (), 0, source_flag);
+           print_stack_frame (get_selected_frame (NULL), 0, source_flag);
 
          /* Display the auto-display expressions.  */
          do_displays ();
This page took 0.02502 seconds and 4 git commands to generate.