diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index b9a605e..fc86e1c 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1536,7 +1536,7 @@ extern void breakpoint_set_task (struct breakpoint *b, int task); extern void mark_breakpoints_out (void); extern struct breakpoint *create_jit_event_breakpoint (struct gdbarch *, - CORE_ADDR); + CORE_ADDR); extern struct breakpoint *create_solib_event_breakpoint (struct gdbarch *, CORE_ADDR); |