Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-x86-low.c
index 408b54f25771271a158895159bace9fa80a2e632..80b43802c7735f59177c512c97d5b8be4d4ceb91 100644 (file)
@@ -255,7 +255,7 @@ x86_get_thread_area (int lwpid, CORE_ADDR *addr)
 #endif
 
   {
-    struct lwp_info *lwp = find_lwp_pid (pid_to_ptid (lwpid));
+    struct lwp_info *lwp = find_lwp_pid (ptid_t (lwpid));
     struct thread_info *thr = get_lwp_thread (lwp);
     struct regcache *regcache = get_thread_regcache (thr, 1);
     unsigned int desc[4];
This page took 0.025778 seconds and 4 git commands to generate.