MIPS/LD: Continue processing with refused relocations in PIC code
[binutils-gdb.git] / gdb / x86-linux-nat.c
index b1a96c1f9417ceea8ef787bcff76fa3be1a39541..fe6598e12f9355007cd963661a05a9b7a1f57f10 100644 (file)
@@ -114,7 +114,7 @@ x86_linux_nat_target::read_description ()
   uint64_t xcr0_features_bits;
 
   /* GNU/Linux LWP ID's are process ID's.  */
-  tid = ptid_get_lwp (inferior_ptid);
+  tid = inferior_ptid.lwp ();
   if (tid == 0)
     tid = inferior_ptid.pid (); /* Not a threaded program.  */