Fix lint found by GCC.

This commit is contained in:
Michael Tiemann 1992-05-30 05:19:54 +00:00
parent 49df230880
commit 48079d66da
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri May 29 22:16:02 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
* m68k-pinsn.c (print_insn_arg): Pass &EXT_FORMAT_68881 to
`ieee_extended_to_double'.
Wed May 27 09:27:57 1992 John Gilmore (gnu at cygnus.com)
* valops.c (value_assign): Lint, by Pierre Willard.

View File

@ -467,7 +467,7 @@ print_insn_arg (d, buffer, p, addr, stream)
break;
case 'x':
ieee_extended_to_double (ext_format_68881, p, &flval);
ieee_extended_to_double (&ext_format_68881, p, &flval);
p += 12;
break;