diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-09-14 06:51:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-09-14 06:53:48 -0700 |
commit | 5074ad8a66ab2e955cf3ae4dba5773d5aa67b29b (patch) | |
tree | 412fc3b90e6fbf54c5aae3b1912963a6ec6e7a79 | |
parent | b4b08fa2aa25f245c77921ad2405c15d30e421ed (diff) | |
download | gdb-5074ad8a66ab2e955cf3ae4dba5773d5aa67b29b.zip gdb-5074ad8a66ab2e955cf3ae4dba5773d5aa67b29b.tar.gz gdb-5074ad8a66ab2e955cf3ae4dba5773d5aa67b29b.tar.bz2 |
i386: Reformat OP_E_memory
* i386-dis.c (OP_E_memory): Reformat.
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0d7e85c..4895fc3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2018-09-14 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (OP_E_memory): Reformat. + 2018-09-14 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl (crc32): Fold byte and word forms. diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 930569e..f453989 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -15297,11 +15297,11 @@ OP_E_memory (int bytemode, int sizeflag) case d_scalar_swap_mode: shift = 2; break; - case w_scalar_mode: + case w_scalar_mode: case xmm_mw_mode: shift = 1; break; - case b_scalar_mode: + case b_scalar_mode: case xmm_mb_mode: shift = 0; break; |