public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] x86: Fix typo in i386-dis-evex-mod.h
@ 2024-06-18  2:57 Lili Cui
  0 siblings, 0 replies; only message in thread
From: Lili Cui @ 2024-06-18  2:57 UTC (permalink / raw)
  To: binutils-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0915235d341841ac7f13bd3136991c19b4a6746b

commit 0915235d341841ac7f13bd3136991c19b4a6746b
Author: Cui, Lili <lili.cui@intel.com>
Date:   Tue Jun 18 10:47:01 2024 +0800

    x86: Fix typo in i386-dis-evex-mod.h
    
    opcodes/ChangeLog:
    
            * i386-dis-evex-mod.h: Used MOD_EVEX_MAP4_F8_P_1/MOD_EVEX_MAP4_F8_P_3
            instead of MOD_EVEX_MAP4_F8_P1/MOD_EVEX_MAP4_F8_P3.

Diff:
---
 opcodes/i386-dis-evex-mod.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opcodes/i386-dis-evex-mod.h b/opcodes/i386-dis-evex-mod.h
index bba32658ecf..3a1e0f9b0ea 100644
--- a/opcodes/i386-dis-evex-mod.h
+++ b/opcodes/i386-dis-evex-mod.h
@@ -8,12 +8,12 @@
     { "movbeS",		{ Mv, Gv }, PREFIX_NP_OR_DATA },
     { "%NEmovbeS",	{ Ev, Gv }, PREFIX_NP_OR_DATA },
   },
-  /* MOD_EVEX_MAP4_F8_P1 */
+  /* MOD_EVEX_MAP4_F8_P_1 */
   {
     { "enqcmds",	{ Gva, M }, 0 },
     { VEX_W_TABLE (EVEX_W_MAP4_F8_P1_M_1) },
   },
-  /* MOD_EVEX_MAP4_F8_P3 */
+  /* MOD_EVEX_MAP4_F8_P_3 */
   {
     { "enqcmd",		{ Gva, M }, 0 },
     { VEX_W_TABLE (EVEX_W_MAP4_F8_P3_M_1) },

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

only message in thread, other threads:[~2024-06-18  2:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18  2:57 [binutils-gdb] x86: Fix typo in i386-dis-evex-mod.h Lili Cui

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).