* gdbarch.sh: Remove deprecated_register_byte.
[deliverable/binutils-gdb.git] / gdb / regcache.h
index fc24559e4dd191940ce954ed620d7a393433e8f3..88192c7c52a16bcd2e83c3315ca8cdf2664d113d 100644 (file)
@@ -59,7 +59,7 @@ void regcache_raw_read_part (struct regcache *regcache, int regnum,
 void regcache_raw_write_part (struct regcache *regcache, int regnum,
                              int offset, int len, const gdb_byte *buf);
 
-int regcache_valid_p (struct regcache *regcache, int regnum);
+int regcache_valid_p (const struct regcache *regcache, int regnum);
 
 /* Transfer a cooked register [0..NUM_REGS+NUM_PSEUDO_REGS).  */
 void regcache_cooked_read (struct regcache *regcache, int rawnum,
This page took 0.024569 seconds and 4 git commands to generate.