aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.tbl
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2024-04-03 10:41:30 +0200
committerJan Beulich <jbeulich@suse.com>2024-04-03 10:41:30 +0200
commitef9a6314d8a7c6d29ae448926a736d57a31ee740 (patch)
tree431a96145b79e056eb681a458f5b7d36d6bf851c /opcodes/i386-opc.tbl
parent0006623c18cb8e76ec188061fdea8338c9309968 (diff)
downloadfsf-binutils-gdb-ef9a6314d8a7c6d29ae448926a736d57a31ee740.zip
fsf-binutils-gdb-ef9a6314d8a7c6d29ae448926a736d57a31ee740.tar.gz
fsf-binutils-gdb-ef9a6314d8a7c6d29ae448926a736d57a31ee740.tar.bz2
x86: add missing No_qSuf to non-64-bit PTWRITE
While largely benign, it still should have been put there when the original single template was split (commit a04973848dc5).
Diffstat (limited to 'opcodes/i386-opc.tbl')
-rw-r--r--opcodes/i386-opc.tbl2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-opc.tbl b/opcodes/i386-opc.tbl
index d2ec825..5d0c81b 100644
--- a/opcodes/i386-opc.tbl
+++ b/opcodes/i386-opc.tbl
@@ -3006,7 +3006,7 @@ rdpid, 0xf30fc7/7, RDPID&x64, Modrm|NoSuf|NoRex64, { Reg64 }
// PTWRITE instructions.
-ptwrite, 0xf30fae/4, PTWRITE&No64, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf, { Reg32|Unspecified|BaseIndex }
+ptwrite, 0xf30fae/4, PTWRITE&No64, Modrm|IgnoreSize|No_bSuf|No_wSuf|No_sSuf|No_qSuf, { Reg32|Unspecified|BaseIndex }
ptwrite, 0xf30fae/4, PTWRITE&x64, Modrm|No_bSuf|No_wSuf|No_sSuf, { Reg32|Reg64|Unspecified|BaseIndex }
// PTWRITE instructions end.