Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index b29a33a89c0969d20778a9a18de453a2604227dd..2b312f379d5776599128b154ed4a7be70333df62 100644 (file)
@@ -546,9 +546,9 @@ pc_is_mips16 (bfd_vma memaddr)
    all registers should be sign extended for simplicity? */
 
 static CORE_ADDR
-mips_read_pc (int pid)
+mips_read_pc (ptid_t ptid)
 {
-  return read_signed_register_pid (PC_REGNUM, pid);
+  return read_signed_register_pid (PC_REGNUM, ptid);
 }
 
 /* This returns the PC of the first inst after the prologue.  If we can't
This page took 0.025782 seconds and 4 git commands to generate.