Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / config / m68k / nm-hp300bsd.h
index 2e1b69ed9e818b113ccfed83828c957f264b7d3a..e0f7a1124bf0c08b0f492a92b523b4734aff14f5 100644 (file)
@@ -40,7 +40,7 @@
 /* U_REGS_OFFSET is the offset of the registers within the u area for
    ptrace purposes.  */
 #define U_REGS_OFFSET \
-  ptrace (PT_READ_U, inferior_pid, \
+  ptrace (PT_READ_U, PIDGET (inferior_ptid), \
          (PTRACE_ARG3_TYPE) \
           (offsetof (struct user, u_kproc.kp_proc.p_md.md_regs)), 0) \
     - USRSTACK
This page took 0.025562 seconds and 4 git commands to generate.