change delegation for to_read_description
[deliverable/binutils-gdb.git] / gdb / nto-tdep.c
index cc6142317d4df58f7b936840ed678ba2411e4b2e..a160a9eaff9f6919299a6dc7c6994607be54cbfe 100644 (file)
@@ -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))
This page took 0.024448 seconds and 4 git commands to generate.