Change signature of linux_target_ops.new_thread
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index f2a2224601514833e615e76da8b45fe9f345bdd0..93656c0b4c89e75493f302679ed776598860f469 100644 (file)
@@ -640,7 +640,7 @@ add_lwp (ptid_t ptid)
   memset (lwp, 0, sizeof (*lwp));
 
   if (the_low_target.new_thread != NULL)
-    lwp->arch_private = the_low_target.new_thread ();
+    the_low_target.new_thread (lwp);
 
   lwp->thread = add_thread (ptid, lwp);
 
This page took 0.023702 seconds and 4 git commands to generate.