mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 09:55:31 +00:00
* alpha-tdep.c (alpha_extract_return_value): Don't use
non-constant array size in prototype.
This commit is contained in:
parent
535c96ce65
commit
997b20b8ce
@ -1,3 +1,8 @@
|
||||
2002-05-05 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* alpha-tdep.c (alpha_extract_return_value): Don't use
|
||||
non-constant array size in prototype.
|
||||
|
||||
2002-05-04 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
From Brian Taylor <briant at model dot com>:
|
||||
|
@ -1530,7 +1530,7 @@ alpha_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
|
||||
|
||||
static void
|
||||
alpha_extract_return_value (struct type *valtype,
|
||||
char regbuf[REGISTER_BYTES], char *valbuf)
|
||||
char regbuf[ALPHA_REGISTER_BYTES], char *valbuf)
|
||||
{
|
||||
if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
|
||||
alpha_register_convert_to_virtual (FP0_REGNUM, valtype,
|
||||
|
Loading…
x
Reference in New Issue
Block a user