public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Lili Cui <cuilili@sourceware.org>
To: binutils-cvs@sourceware.org
Subject: [binutils-gdb] x86: Fix typo in i386-dis-evex-mod.h
Date: Tue, 18 Jun 2024 02:57:41 +0000 (GMT)	[thread overview]
Message-ID: <20240618025741.7F8A83882118@sourceware.org> (raw)

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) },

                 reply	other threads:[~2024-06-18  2:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240618025741.7F8A83882118@sourceware.org \
    --to=cuilili@sourceware.org \
    --cc=binutils-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).