mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2005-01-28 Andrew Cagney <cagney@gnu.org>
* valprint.c (val_print_type_code_int): Make buffer a const bfd_byte. * valprint.h (val_print_type_code_int): Ditto.
This commit is contained in:
@@ -177,7 +177,7 @@ value_print (struct value *val, struct ui_file *stream, int format,
|
||||
value. STREAM is where to print the value. */
|
||||
|
||||
void
|
||||
val_print_type_code_int (struct type *type, char *valaddr,
|
||||
val_print_type_code_int (struct type *type, const bfd_byte *valaddr,
|
||||
struct ui_file *stream)
|
||||
{
|
||||
if (TYPE_LENGTH (type) > sizeof (LONGEST))
|
||||
|
||||
Reference in New Issue
Block a user