Replace regcache_raw_read with regcache->raw_read
[deliverable/binutils-gdb.git] / gdb / nds32-tdep.c
index 5edaab3588b6fb41b3792f20fc26351f2e6fe0c3..73a71b92c0bdee29a82b415e8252dc6c2425d9ad 100644 (file)
@@ -462,7 +462,7 @@ nds32_pseudo_register_read (struct gdbarch *gdbarch,
        offset = (regnum & 1) ? 0 : 4;
 
       fdr_regnum = NDS32_FD0_REGNUM + (regnum >> 1);
-      status = regcache_raw_read (regcache, fdr_regnum, reg_buf);
+      status = regcache->raw_read (fdr_regnum, reg_buf);
       if (status == REG_VALID)
        memcpy (buf, reg_buf + offset, 4);
 
This page took 0.024238 seconds and 4 git commands to generate.