[3/3] Fix typo in i386-dis-evex-mod.h

Message ID 20240611080630.163749-4-lili.cui@intel.com
State New
Headers
Series Support APX CCMP and CTEST |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Cui, Lili June 11, 2024, 8:06 a.m. UTC
  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.
---
 opcodes/i386-dis-evex-mod.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Jan Beulich June 12, 2024, 2:39 p.m. UTC | #1
On 11.06.2024 10:06, Cui, Lili wrote:
> 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.

Okay (and really can count as obvious).

Jan
  

Patch

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