This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] i386: Reformat OP_E_memory
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: binutils at sourceware dot org
- Date: Fri, 14 Sep 2018 06:54:10 -0700
- Subject: [PATCH] i386: Reformat OP_E_memory
* i386-dis.c (OP_E_memory): Reformat.
---
opcodes/ChangeLog | 4 ++++
opcodes/i386-dis.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 0d7e85c1a4..4895fc3191 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 930569e0f7..f453989b70 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;
--
2.17.1