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 /opcodes/i386-dis.c | |
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.
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 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; |