forked from Imagelibrary/binutils-gdb
2005-01-28 Andrew Cagney <cagney@gnu.org>
* value.h (value_bit_index, print_floating) (find_rt_vbase_offset): Make buffer a const bfd_byte. * valprint.c (print_floating): Update. * valarith.c (value_bit_index): Update. * valops.c (find_rt_vbase_offset): Update.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user