* gdb.base/display.c (do_loops): Add float variable `f'.
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 3f8572ed3236ab9c81ddbe64d850465a8a7240db..5229fe1d5146c350073c31768be40e08f0222e59 100644 (file)
@@ -894,7 +894,7 @@ run_stack_dummy (CORE_ADDR addr, char *buffer)
       bpt = set_momentary_breakpoint (sal,
                                      get_current_frame (),
                                      bp_call_dummy);
-      bpt->disposition = del;
+      bpt->disposition = disp_del;
 
       /* If all error()s out of proceed ended up calling normal_stop (and
          perhaps they should; it already does in the special case of error
This page took 0.024434 seconds and 4 git commands to generate.