diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 768a67f..1efa23b 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1096,7 +1096,7 @@ remove_breakpoints () } int -remove_hw_watchpoints () +remove_hw_watchpoints (void) { register struct breakpoint *b; int val; |