diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index d404ee7..0d55862 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3668,7 +3668,6 @@ bpstat_stop_status (struct address_space *aspace, } bs->next = NULL; /* Terminate the chain */ - bs = root_bs->next; /* Re-grab the head of the chain */ /* If we aren't stopping, the value of some hardware watchpoint may not have changed, but the intermediate memory locations we are |