x86: Correct wrong comments in vex_w_table

Message ID 20221108012556.66467-1-haochen.jiang@intel.com
State Accepted
Headers
Series x86: Correct wrong comments in vex_w_table |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Jiang, Haochen Nov. 8, 2022, 1:25 a.m. UTC
  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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index f0638a3193..733c041f39 100644
--- a/opcodes/i386-dis.c
+++ b/opcodes/i386-dis.c
@@ -7777,7 +7777,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) },
   },
   {