diff options
Diffstat (limited to 'gdbserver/linux-m68k-low.cc')
-rw-r--r-- | gdbserver/linux-m68k-low.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/linux-m68k-low.cc b/gdbserver/linux-m68k-low.cc index acbb6dd..017b26b 100644 --- a/gdbserver/linux-m68k-low.cc +++ b/gdbserver/linux-m68k-low.cc @@ -265,9 +265,7 @@ m68k_supports_hardware_single_step (void) } struct linux_target_ops the_low_target = { - NULL, /* install_fast_tracepoint_jump_pad */ NULL, /* emit_ops */ - NULL, /* get_min_fast_tracepoint_insn_len */ NULL, /* supports_range_stepping */ m68k_supports_hardware_single_step, }; |