More portability patches. Include sysdep.h everywhere.
[deliverable/binutils-gdb.git] / opcodes / tic80-dis.c
index 24fb9309eb27189c206b189e79bb0d7a1aac04d6..449ce8f7fbac26ee72f145880cf832b58e0ba6d5 100644 (file)
@@ -1,5 +1,5 @@
 /* Print TI TMS320C80 (MVP) instructions
-   Copyright 1996, 1997 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include <stdio.h>
 
-#include "ansidecl.h"
+#include "sysdep.h"
 #include "opcode/tic80.h"
 #include "dis-asm.h"
 
@@ -216,7 +216,6 @@ print_one_instruction (info, memaddr, insn, opcode)
   long value;
   int status;
   const unsigned char *opindex;
-  bfd_byte buffer[4];
   int close_paren;
 
   (*info -> fprintf_func) (info -> stream, "%-10s", opcode -> name);
@@ -388,6 +387,7 @@ print_insn_tic80 (memaddr, info)
   int status;
 
   length = 0;
+  info->bytes_per_line = 8;
   status = fill_instruction (info, memaddr, &insn);
   if (status != -1)
     {
This page took 0.023652 seconds and 4 git commands to generate.