mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
1999-09-04 H.J. Lu <hjl@gnu.org>
* i386-dis.c (print_insn_i386): Set bytes_per_line to 7.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user