aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/linux-sparc-low.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gdbserver/linux-sparc-low.cc')
-rw-r--r--gdbserver/linux-sparc-low.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbserver/linux-sparc-low.cc b/gdbserver/linux-sparc-low.cc
index 46133b5..0380ced 100644
--- a/gdbserver/linux-sparc-low.cc
+++ b/gdbserver/linux-sparc-low.cc
@@ -341,7 +341,7 @@ sparc_target::get_regs_info ()
}
struct linux_target_ops the_low_target = {
- NULL, NULL, NULL, NULL,
+ NULL, NULL,
NULL, NULL
};