1999-09-04 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Sat, 4 Sep 1999 15:49:35 +0000 (15:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 4 Sep 1999 15:49:35 +0000 (15:49 +0000)
* i386-dis.c (print_insn_i386): Set bytes_per_line to 7.

opcodes/ChangeLog
opcodes/i386-dis.c

index 0939724dce2a7e9ff9c8044971a32162a06103df..12e667bc1f3634e02d58ef5e5c753e712378eaa2 100644 (file)
@@ -1,3 +1,7 @@
+1999-09-04  H.J. Lu  <hjl@gnu.org>
+
+       * i386-dis.c (print_insn_i386): Set bytes_per_line to 7.
+
 Mon Aug 30 18:56:14 1999  Richard Henderson  <rth@cygnus.com>
 
        * alpha-opc.c (fetch, fetch_m, ecb, wh64): RA must be R31.
index 49201ff1ff30786d5540c80608a3d04b35471451..3018b7b83a981175ecb92c8253545851ff41a779 100644 (file)
@@ -2128,9 +2128,9 @@ print_insn_i386 (pc, info)
     abort ();
   orig_sizeflag = sizeflag;
 
-  /* The output looks better if we put 6 bytes on a line, since that
+  /* The output looks better if we put 7 bytes on a line, since that
      puts most long word instructions on a single line.  */
-  info->bytes_per_line = 6;
+  info->bytes_per_line = 7;
 
   info->private_data = (PTR) &priv;
   priv.max_fetched = priv.the_buffer;
This page took 0.027454 seconds and 4 git commands to generate.