diff options
Diffstat (limited to 'gdb/gdbserver/linux-s390-low.c')
-rw-r--r-- | gdb/gdbserver/linux-s390-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-s390-low.c b/gdb/gdbserver/linux-s390-low.c index be8d441..8a32795 100644 --- a/gdb/gdbserver/linux-s390-low.c +++ b/gdb/gdbserver/linux-s390-low.c @@ -461,6 +461,7 @@ struct linux_target_ops the_low_target = { s390_arch_setup, s390_num_regs, s390_regmap, + NULL, s390_cannot_fetch_register, s390_cannot_store_register, s390_get_pc, |