From 4fe53c9827dd950f6fac045494bb4821a40b2141 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 4 Sep 1999 15:49:35 +0000 Subject: 1999-09-04 H.J. Lu * i386-dis.c (print_insn_i386): Set bytes_per_line to 7. --- opcodes/i386-dis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opcodes/i386-dis.c') diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 49201ff..3018b7b 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; -- cgit v1.1