diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index cc61423..a160a9e 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -362,7 +362,7 @@ static const char *nto_thread_state_str[] = }; char * -nto_extra_thread_info (struct thread_info *ti) +nto_extra_thread_info (struct target_ops *self, struct thread_info *ti) { if (ti && ti->private && ti->private->state < ARRAY_SIZE (nto_thread_state_str)) |