forked from Imagelibrary/binutils-gdb
2005-04-28 Andrew Cagney <cagney@gnu.org>
* valops.c (check_field): Make buffer a bfd_byte. * value.c (unpack_long, unpack_double, unpack_pointer) (unpack_field_as_long, modify_field): Ditto. * value.h: Update declarations.
This commit is contained in:
@@ -2317,7 +2317,7 @@ check_field_in (struct type *type, const char *name)
|
||||
target structure/union is defined, otherwise, return 0. */
|
||||
|
||||
int
|
||||
check_field (struct value *arg1, const char *name)
|
||||
check_field (struct value *arg1, const bfd_byte *name)
|
||||
{
|
||||
struct type *t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user