mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
2011-12-14 Yao Qi <yao@codesourcery.com>
* i386-low.c (i386_low_stopped_data_address): Initialize local variable `control'.
This commit is contained in:
parent
93995a1655
commit
d54d1edf1a
@ -1,3 +1,8 @@
|
||||
2011-12-14 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* i386-low.c (i386_low_stopped_data_address): Initialize local
|
||||
variable `control'.
|
||||
|
||||
2011-12-13 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
PR remote/13492
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user