* vax-tdep.c (vax_return_value): Fix typo.

* alphabsd-nat.c: Update copyright year.
(getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
This commit is contained in:
Mark Kettenis
2004-05-17 21:56:19 +00:00
parent e7e61c9f1e
commit caed1a4580
2 changed files with 8 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ vax_return_value (struct gdbarch *gdbarch, struct type *type,
char buf[8];
if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|| TYPE_CODE (type) == TYPE_CODE_STRUCT
|| TYPE_CODE (type) == TYPE_CODE_UNION
|| TYPE_CODE (type) == TYPE_CODE_ARRAY)
return RETURN_VALUE_STRUCT_CONVENTION;