diff options
Diffstat (limited to 'gdb/i386-nat.c')
-rw-r--r-- | gdb/i386-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-nat.c b/gdb/i386-nat.c index bae701a..21ef95c 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -765,7 +765,7 @@ i386_stopped_by_watchpoint (struct target_ops *ops) /* Insert a hardware-assisted breakpoint at BP_TGT->placed_address. Return 0 on success, EBUSY on failure. */ static int -i386_insert_hw_breakpoint (struct gdbarch *gdbarch, +i386_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) { struct i386_debug_reg_state *state |