Remove ptid_get_lwp
[deliverable/binutils-gdb.git] / gdb / gdbserver / lynx-low.c
index b637ef96fee950c2469ac4df7b3cebc045321777..8d79ab17ed9fd0ff6e396608f96c0704d327a59b 100644 (file)
@@ -93,7 +93,7 @@ lynx_ptid_get_tid (ptid_t ptid)
 {
   /* See lynx_ptid_t: The LynxOS tid is stored inside the lwp field
      of the ptid.  */
-  return ptid_get_lwp (ptid);
+  return ptid.lwp ();
 }
 
 /* For a given PTID, return the associated PID as known by the LynxOS
This page took 0.025454 seconds and 4 git commands to generate.