diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-04 15:49:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-04 15:49:35 +0000 |
commit | 89110430faa0c85fe1655e20c689b015dad58251 (patch) | |
tree | 05c8654cacc64146328b7e2c825deecafa708d17 /opcodes/i386-dis.c | |
parent | 34f1cfbb6cd5c318583f129109728e39ec2075f2 (diff) | |
download | binutils-redhat-89110430faa0c85fe1655e20c689b015dad58251.tar.gz |
1999-09-04 H.J. Lu <hjl@gnu.org>
* i386-dis.c (print_insn_i386): Set bytes_per_line to 7.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 49201ff1ff..3018b7b83a 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -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; |