Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.h
[deliverable/binutils-gdb.git] / opcodes / tic80-dis.c
index 24fb9309eb27189c206b189e79bb0d7a1aac04d6..726bc12e881e95feda922fc7c883d26d8b3962e1 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
@@ -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.023407 seconds and 4 git commands to generate.