diff options
Diffstat (limited to 'gdb/gdbserver/linux-bfin-low.c')
-rw-r--r-- | gdb/gdbserver/linux-bfin-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-bfin-low.c b/gdb/gdbserver/linux-bfin-low.c index 912d253..1de2f78 100644 --- a/gdb/gdbserver/linux-bfin-low.c +++ b/gdb/gdbserver/linux-bfin-low.c @@ -141,7 +141,7 @@ struct linux_target_ops the_low_target = { bfin_set_pc, NULL, /* breakpoint_kind_from_pc */ bfin_sw_breakpoint_from_kind, - NULL, /* breakpoint_reinsert_addr */ + NULL, /* get_next_pcs */ 2, bfin_breakpoint_at, NULL, /* supports_z_point_type */ |