diff options
Diffstat (limited to 'gdb/s390-linux-nat.c')
-rw-r--r-- | gdb/s390-linux-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/s390-linux-nat.c b/gdb/s390-linux-nat.c index 8cc9060..ae00a51 100644 --- a/gdb/s390-linux-nat.c +++ b/gdb/s390-linux-nat.c @@ -557,7 +557,8 @@ s390_remove_watchpoint (CORE_ADDR addr, int len, int type, } static int -s390_can_use_hw_breakpoint (int type, int cnt, int othertype) +s390_can_use_hw_breakpoint (struct target_ops *self, + int type, int cnt, int othertype) { return type == bp_hardware_watchpoint; } |