* aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
[deliverable/binutils-gdb.git] / gdb / mi / mi-interp.c
index 80cc0055a44efb0dd542d6be6913323888e445b0..44ebd213792a7e950d823b21ff2c6dd620056a65 100644 (file)
@@ -727,7 +727,7 @@ mi_on_resume (ptid_t ptid)
                          current_token ? current_token : "");
     }
 
-  if (PIDGET (ptid) == -1)
+  if (ptid_get_pid (ptid) == -1)
     fprintf_unfiltered (raw_stdout, "*running,thread-id=\"all\"\n");
   else if (ptid_is_pid (ptid))
     {
This page took 0.042832 seconds and 4 git commands to generate.