mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2005-02-02 Andrew Cagney <cagney@gnu.org>
* value.h (VALUE_CONTENTS_ALL): Delete. (value_contents_all): Declare. * value.c (value_contents_all): New function. * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update. * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
This commit is contained in:
@ -591,7 +591,7 @@ You must use a pointer to function type variable. Command ignored.", arg_name);
|
||||
sp += aligned_len;
|
||||
}
|
||||
/* Push the structure. */
|
||||
write_memory (addr, VALUE_CONTENTS_ALL (args[i]), len);
|
||||
write_memory (addr, value_contents_all (args[i]), len);
|
||||
/* The value we're going to pass is the address of the
|
||||
thing we just pushed. */
|
||||
/*args[i] = value_from_longest (lookup_pointer_type (values_type),
|
||||
|
Reference in New Issue
Block a user