Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / gdbserver / proc-service.c
index f7912b884c5647f8d6c7ef06104dd49c08e336d0..64fdf8a9d5bedc9b520c047c43273d536ea1f672 100644 (file)
@@ -108,7 +108,7 @@ ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset)
   struct thread_info *reg_thread, *saved_thread;
   struct regcache *regcache;
 
-  lwp = find_lwp_pid (pid_to_ptid (lwpid));
+  lwp = find_lwp_pid (ptid_t (lwpid));
   if (lwp == NULL)
     return PS_ERR;
 
This page took 0.024775 seconds and 4 git commands to generate.