From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7804) id E96B33858C39; Tue, 8 Nov 2022 02:43:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E96B33858C39 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Lili Cui To: bfd-cvs@sourceware.org Subject: [binutils-gdb] x86: Correct wrong comments in vex_w_table X-Act-Checkin: binutils-gdb X-Git-Author: Haochen Jiang X-Git-Refname: refs/heads/master X-Git-Oldrev: b06311adb4bfd964b788c9c406815f1daabc1eb9 X-Git-Newrev: 0a98ae7645a449de86a13918cf488a4ac1692642 Message-Id: <20221108024313.E96B33858C39@sourceware.org> Date: Tue, 8 Nov 2022 02:43:13 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2022 02:43:14 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0a98ae7645a4= 49de86a13918cf488a4ac1692642 commit 0a98ae7645a449de86a13918cf488a4ac1692642 Author: Haochen Jiang Date: Tue Nov 8 09:20:18 2022 +0800 x86: Correct wrong comments in vex_w_table =20 Hi all, =20 This wrong comment was introduced by previous AVX-VNNI-INT8 commit. =20 Committed as obvious fix. =20 BRs, Haochen =20 opcodes/ChangeLog: =20 * 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] =3D { { PREFIX_TABLE (PREFIX_VEX_0F3850_W_0) }, }, { - /* VEX_W_0F3851_P_0 */ + /* VEX_W_0F3851 */ { PREFIX_TABLE (PREFIX_VEX_0F3851_W_0) }, }, {