Remove regcache_register_status
[deliverable/binutils-gdb.git] / gdb / tracefile-tfile.c
index f4fdd3674da2047e6e8192f71118a1aadeaf341b..32f57220a0d23c651dc125481a2b4a67a1747b33 100644 (file)
@@ -894,7 +894,7 @@ tfile_target::fetch_registers (struct regcache *regcache, int regno)
          /* Make sure we stay within block bounds.  */
          if (offset + regsize > trace_regblock_size)
            break;
-         if (regcache_register_status (regcache, regn) == REG_UNKNOWN)
+         if (regcache->get_register_status (regn) == REG_UNKNOWN)
            {
              if (regno == regn)
                {
This page took 0.025317 seconds and 4 git commands to generate.