public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] x86: Correct wrong comments in vex_w_table
@ 2022-11-08  2:43 Lili Cui
  0 siblings, 0 replies; only message in thread
From: Lili Cui @ 2022-11-08  2:43 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0a98ae7645a449de86a13918cf488a4ac1692642

commit 0a98ae7645a449de86a13918cf488a4ac1692642
Author: Haochen Jiang <haochen.jiang@intel.com>
Date:   Tue Nov 8 09:20:18 2022 +0800

    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.

Diff:
---
 opcodes/i386-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c
index ee7fc099322..b724f78b981 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) },
   },
   {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-08  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  2:43 [binutils-gdb] x86: Correct wrong comments in vex_w_table Lili Cui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).