mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-06 11:27:05 +00:00
Fix lint found by GCC.
This commit is contained in:
parent
49df230880
commit
48079d66da
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user