diff options
Diffstat (limited to 'gdb/gdbserver/nto-low.c')
-rw-r--r-- | gdb/gdbserver/nto-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/nto-low.c b/gdb/gdbserver/nto-low.c index 9276736..19f492f 100644 --- a/gdb/gdbserver/nto-low.c +++ b/gdb/gdbserver/nto-low.c @@ -925,6 +925,7 @@ nto_supports_non_stop (void) static struct target_ops nto_target_ops = { nto_create_inferior, + NULL, /* arch_setup */ nto_attach, nto_kill, nto_detach, |