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:
Andrew Cagney
2005-04-28 16:15:19 +00:00
parent cade9e545b
commit 8929e59d3f
4 changed files with 23 additions and 14 deletions

View File

@@ -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;