Remove regcache_get_ptid
[deliverable/binutils-gdb.git] / gdb / mips-linux-nat.c
index 36831071fbc493554f243a5be83f898714a0f69f..beb0ea0a26a1c489265f01a41e2fcf79971a6e34 100644 (file)
@@ -270,7 +270,7 @@ mips_linux_nat_target::mips64_regsets_fetch_registers
   else
     is_dsp = 0;
 
-  tid = get_ptrace_pid (regcache_get_ptid (regcache));
+  tid = get_ptrace_pid (regcache->ptid ());
 
   if (regno == -1 || (!is_fp && !is_dsp))
     {
@@ -357,7 +357,7 @@ mips_linux_nat_target::mips64_regsets_store_registers
   else
     is_dsp = 0;
 
-  tid = get_ptrace_pid (regcache_get_ptid (regcache));
+  tid = get_ptrace_pid (regcache->ptid ());
 
   if (regno == -1 || (!is_fp && !is_dsp))
     {
This page took 0.025845 seconds and 4 git commands to generate.