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 23edc38..bae701a 100644 --- a/gdb/i386-nat.c +++ b/gdb/i386-nat.c @@ -831,7 +831,8 @@ i386_remove_hw_breakpoint (struct gdbarch *gdbarch, sharing implemented via reference counts in i386-nat.c. */ static int -i386_can_use_hw_breakpoint (int type, int cnt, int othertype) +i386_can_use_hw_breakpoint (struct target_ops *self, + int type, int cnt, int othertype) { return 1; } |