public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Re-indent prefix_table
@ 2011-06-21 17:57 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2011-06-21 17:57 UTC (permalink / raw)
  To: binutils

Hi,

I checked in this patch.

H.J.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 042b7cd..158d456 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* i386-dis.c (prefix_table): Re-indent PREFIX_VEX_0F388C and
+	PREFIX_VEX_0F388E.
+
 2011-06-17  Andreas Schwab  <schwab@redhat.com>
 
 	* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index 563d66e..1626365 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -4828,14 +4828,14 @@ static const struct dis386 prefix_table[][4] = {
   {
     { Bad_Opcode },
     { Bad_Opcode },
-     { MOD_TABLE (MOD_VEX_0F388C_PREFIX_2) },
+    { MOD_TABLE (MOD_VEX_0F388C_PREFIX_2) },
   },
 
   /* PREFIX_VEX_0F388E */
   {
     { Bad_Opcode },
     { Bad_Opcode },
-     { MOD_TABLE (MOD_VEX_0F388E_PREFIX_2) },
+    { MOD_TABLE (MOD_VEX_0F388E_PREFIX_2) },
   },
 
   /* PREFIX_VEX_0F3890 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-21 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-21 17:57 PATCH: Re-indent prefix_table H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).