diff options
Diffstat (limited to 'gdbserver/lynx-low.cc')
-rw-r--r-- | gdbserver/lynx-low.cc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdbserver/lynx-low.cc b/gdbserver/lynx-low.cc index 5e11355..9aa140c 100644 --- a/gdbserver/lynx-low.cc +++ b/gdbserver/lynx-low.cc @@ -738,16 +738,10 @@ lynx_process_target::sw_breakpoint_from_kind (int kind, int *size) static lynx_process_target the_lynx_target; -/* The LynxOS target_ops vector. */ - -static process_stratum_target lynx_target_ops = { - &the_lynx_target, -}; - void initialize_low (void) { - set_target_ops (&lynx_target_ops); + set_target_ops (&the_lynx_target); the_low_target.arch_setup (); } |