diff options
Diffstat (limited to 'gdb/i386-nat.c')
-rw-r--r-- | gdb/i386-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index 80bb217..e130670 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -627,7 +627,8 @@ i386_insert_watchpoint (CORE_ADDR addr, int len, int type, address ADDR, whose length is LEN bytes, and for accesses of the type TYPE. Return 0 on success, -1 on failure. */ static int -i386_remove_watchpoint (CORE_ADDR addr, int len, int type, +i386_remove_watchpoint (struct target_ops *self, + CORE_ADDR addr, int len, int type, struct expression *cond) { struct i386_debug_reg_state *state |