diff options
Diffstat (limited to 'gdb/gdbserver/linux-m68k-low.c')
-rw-r--r-- | gdb/gdbserver/linux-m68k-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-m68k-low.c b/gdb/gdbserver/linux-m68k-low.c index a640e4c..6769dac 100644 --- a/gdb/gdbserver/linux-m68k-low.c +++ b/gdb/gdbserver/linux-m68k-low.c @@ -182,6 +182,7 @@ struct linux_target_ops the_low_target = { NULL, m68k_cannot_fetch_register, m68k_cannot_store_register, + NULL, /* fetch_register */ m68k_get_pc, m68k_set_pc, m68k_breakpoint, |