diff options
Diffstat (limited to 'gdb/gdbserver/i386-low.c')
-rw-r--r-- | gdb/gdbserver/i386-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/i386-low.c b/gdb/gdbserver/i386-low.c index 0ac37c85..c861830 100644 --- a/gdb/gdbserver/i386-low.c +++ b/gdb/gdbserver/i386-low.c @@ -566,7 +566,7 @@ i386_low_stopped_data_address (struct i386_debug_reg_state *state, data breakpoint trap. Only fetch it when necessary, to avoid an unnecessary extra syscall when no watchpoint triggered. */ int control_p = 0; - unsigned control; + unsigned control = 0; /* In non-stop/async, threads can be running while we change the global dr_mirror (and friends). Say, we set a watchpoint, and |