From: Cui, Lili Date: Tue, 18 Jun 2024 02:47:01 +0000 (+0800) Subject: x86: Fix typo in i386-dis-evex-mod.h X-Git-Tag: binutils-2_43~372 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0915235d341841ac7f13bd3136991c19b4a6746b;p=thirdparty%2Fbinutils-gdb.git 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 --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) },