This commit is contained in:
Michael Meissner 1995-12-01 12:21:03 +00:00
parent da2cfeb098
commit 59c8431852
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Dec 1 07:23:57 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* rs6000-tdep.c (push_arguments): Fix typo.
Thu Nov 30 23:54:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
* language.c (lang_bool_type), language.h: New function.

View File

@ -716,7 +716,7 @@ push_arguments (nargs, args, sp, struct_return, struct_addr)
for (argno=0, argbytes=0; argno < nargs && ii<8; ++ii) {
arg = args[argno];
type = check_typedef (VALUE_TYPE (arg);
type = check_typedef (VALUE_TYPE (arg));
len = TYPE_LENGTH (type);
if (TYPE_CODE (type) == TYPE_CODE_FLT) {