diff options
Diffstat (limited to 'gdb/gdbserver/linux-ppc-low.c')
-rw-r--r-- | gdb/gdbserver/linux-ppc-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-ppc-low.c b/gdb/gdbserver/linux-ppc-low.c index 36d3cb1..518a59e 100644 --- a/gdb/gdbserver/linux-ppc-low.c +++ b/gdb/gdbserver/linux-ppc-low.c @@ -610,6 +610,7 @@ struct linux_target_ops the_low_target = { ppc_arch_setup, ppc_num_regs, ppc_regmap, + NULL, ppc_cannot_fetch_register, ppc_cannot_store_register, ppc_get_pc, |