2005-01-28 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / valarith.c
index 00f20e16c41e845ee7adf16235a22c35dc94402d..418397ab4969bbd31a3a6d9c2fa24ae49c0426e1 100644 (file)
@@ -1367,7 +1367,7 @@ value_complement (struct value *arg1)
    Return -1 if out of range, -2 other error. */
 
 int
-value_bit_index (struct type *type, char *valaddr, int index)
+value_bit_index (struct type *type, const bfd_byte *valaddr, int index)
 {
   LONGEST low_bound, high_bound;
   LONGEST word;
This page took 0.022949 seconds and 4 git commands to generate.