Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / rs6000-nat.c
index 31677c24c59954ca6413f4c39818cd4fc00de845..8a9a0ed81f390c3cc9adfe64c2366f5516dd94f2 100644 (file)
@@ -543,7 +543,7 @@ rs6000_nat_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus,
   else
     store_waitstatus (ourstatus, status);
 
-  return pid_to_ptid (pid);
+  return ptid_t (pid);
 }
 \f
 
This page took 0.025959 seconds and 4 git commands to generate.