mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
fix typo
This commit is contained in:
parent
da2cfeb098
commit
59c8431852
@ -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.
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user