diff options
Diffstat (limited to 'gdb/gdbserver/linux-bfin-low.c')
-rw-r--r-- | gdb/gdbserver/linux-bfin-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-bfin-low.c b/gdb/gdbserver/linux-bfin-low.c index b6fe58a..d5b0361 100644 --- a/gdb/gdbserver/linux-bfin-low.c +++ b/gdb/gdbserver/linux-bfin-low.c @@ -97,6 +97,7 @@ struct linux_target_ops the_low_target = { NULL, bfin_cannot_fetch_register, bfin_cannot_store_register, + NULL, /* fetch_register */ bfin_get_pc, bfin_set_pc, bfin_breakpoint, |