mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
* valops.c (value_arg_coerce): Fix formatting.
This commit is contained in:
parent
aef21287e3
commit
290b2c7ad8
@ -1,3 +1,7 @@
|
||||
2002-01-06 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* valops.c (value_arg_coerce): Fix formatting.
|
||||
|
||||
2002-01-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
|
||||
|
@ -1142,11 +1142,12 @@ standard_coerce_float_to_double (struct type *formal, struct type *actual)
|
||||
IS_PROTOTYPED is non-zero if the function declaration is prototyped. */
|
||||
|
||||
static struct value *
|
||||
value_arg_coerce (struct value *arg, struct type *param_type, int is_prototyped)
|
||||
value_arg_coerce (struct value *arg, struct type *param_type,
|
||||
int is_prototyped)
|
||||
{
|
||||
register struct type *arg_type = check_typedef (VALUE_TYPE (arg));
|
||||
register struct type *type
|
||||
= param_type ? check_typedef (param_type) : arg_type;
|
||||
= param_type ? check_typedef (param_type) : arg_type;
|
||||
|
||||
switch (TYPE_CODE (type))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user