Remove pid_to_ptid
[deliverable/binutils-gdb.git] / gdb / s390-linux-nat.c
index 8d3ed55ed0570f53e687fd44f84e8d200ed03ce4..74cab7142062e3f01be04a12724a58080dfd5ca0 100644 (file)
@@ -848,7 +848,7 @@ s390_refresh_per_info_cb (struct lwp_info *lp, void *arg)
 static int
 s390_refresh_per_info (void)
 {
-  ptid_t pid_ptid = pid_to_ptid (ptid_get_pid (current_lwp_ptid ()));
+  ptid_t pid_ptid = ptid_t (ptid_get_pid (current_lwp_ptid ()));
 
   iterate_over_lwps (pid_ptid, s390_refresh_per_info_cb, NULL);
   return 0;
This page took 0.026033 seconds and 4 git commands to generate.