GNU Binutils with patches for OS216
Revision | df33394f8f9357296f3340403f3629f6331a0fc0 (tree) |
---|---|
Time | 1991-04-19 06:16:03 |
Author | Steve Chamberlain <steve@cygn...> |
Commiter | Steve Chamberlain |
Fixed an include
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | ||
22 | 22 | /* $Id$ |
23 | 23 | $Log |
24 | 24 | */ |
25 | -#include <stdio.h> | |
25 | + | |
26 | 26 | #include "sysdep.h" |
27 | 27 | #include "bfd.h" |
28 | 28 |
@@ -58,7 +58,7 @@ static void put_abs(); | ||
58 | 58 | int |
59 | 59 | print_insn_i960( memaddr, buffer, s ) |
60 | 60 | bfd_vma memaddr; |
61 | -uint8e_type *buffer; | |
61 | + uint8e_type *buffer; | |
62 | 62 | FILE *s; |
63 | 63 | { |
64 | 64 | unsigned int word1, word2; |