x86: Correct wrong comments in vex_w_table
authorHaochen Jiang <haochen.jiang@intel.com>
Tue, 8 Nov 2022 01:20:18 +0000 (09:20 +0800)
committerCui,Lili <lili.cui@intel.com>
Tue, 8 Nov 2022 02:42:42 +0000 (10:42 +0800)
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.

opcodes/i386-dis.c

index ee7fc099322d83296d0b61d4dd708bfc115773bb..b724f78b981ad8c031f81aa239d24b266c51b0fa 100644 (file)
@@ -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) },
   },
   {