From 96016a2f00cf86c3e32487724eb747cc20098bc6 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 29 Jun 2022 10:16:22 +0200 Subject: x86: drop stray NoRex64 from XBEGIN Presumably this being there was a result of taking CALL as a reference when adding the RTM insns. But with No_qSuf the attribute has no effect. --- opcodes/i386-tbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/i386-tbl.h') diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index c330300..7c5b40e 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -41353,7 +41353,7 @@ const insn_template i386_optab[] = 0, 0, 0, 0, 0, 0, 0 } } } }, { "xbegin", 0xc7f8, None, 1, { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -- cgit v1.1