Remove regcache_raw_write
[deliverable/binutils-gdb.git] / gdb / bfin-tdep.c
index 66a94653791102059234726f5fa1ec947b11dd39..a2b3464b3471177648c4784e66dab46c8009ad9f 100644 (file)
@@ -721,7 +721,7 @@ bfin_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache,
   /* Overlay the CC bit in the ASTAT register.  */
   regcache->raw_read (BFIN_ASTAT_REGNUM, buf);
   buf[0] = (buf[0] & ~ASTAT_CC) | ((buffer[0] & 1) << ASTAT_CC_POS);
-  regcache_raw_write (regcache, BFIN_ASTAT_REGNUM, buf);
+  regcache->raw_write (BFIN_ASTAT_REGNUM, buf);
 }
 
 static CORE_ADDR
This page took 0.023935 seconds and 4 git commands to generate.