diff options
author | Haochen Jiang <haochen.jiang@intel.com> | 2022-11-08 09:20:18 +0800 |
---|---|---|
committer | Cui,Lili <lili.cui@intel.com> | 2022-11-08 10:42:42 +0800 |
commit | 0a98ae7645a449de86a13918cf488a4ac1692642 (patch) | |
tree | fcb81b18fc106f9edf9a82ad687a658094e66ab9 | |
parent | b06311adb4bfd964b788c9c406815f1daabc1eb9 (diff) | |
download | gdb-0a98ae7645a449de86a13918cf488a4ac1692642.zip gdb-0a98ae7645a449de86a13918cf488a4ac1692642.tar.gz gdb-0a98ae7645a449de86a13918cf488a4ac1692642.tar.bz2 |
x86: Correct wrong comments in vex_w_table
Hi all,
This wrong comment was introduced by previous AVX-VNNI-INT8 commit.
Committed as obvious fix.
BRs,
Haochen
opcodes/ChangeLog:
* i386-dis.c (VEX_W_0F3851): Corrected from
VEX_W_0F3851_P_0.
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index ee7fc09..b724f78 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -7786,7 +7786,7 @@ static const struct dis386 vex_w_table[][2] = { { PREFIX_TABLE (PREFIX_VEX_0F3850_W_0) }, }, { - /* VEX_W_0F3851_P_0 */ + /* VEX_W_0F3851 */ { PREFIX_TABLE (PREFIX_VEX_0F3851_W_0) }, }, { |