diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-04-03 10:41:30 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-04-03 10:41:30 +0200 |
commit | ef9a6314d8a7c6d29ae448926a736d57a31ee740 (patch) | |
tree | 431a96145b79e056eb681a458f5b7d36d6bf851c /opcodes/i386-tbl.h | |
parent | 0006623c18cb8e76ec188061fdea8338c9309968 (diff) | |
download | gdb-ef9a6314d8a7c6d29ae448926a736d57a31ee740.zip gdb-ef9a6314d8a7c6d29ae448926a736d57a31ee740.tar.gz 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-tbl.h')
-rw-r--r-- | opcodes/i386-tbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-tbl.h b/opcodes/i386-tbl.h index d203adf..bc98f5d 100644 --- a/opcodes/i386-tbl.h +++ b/opcodes/i386-tbl.h @@ -37611,7 +37611,7 @@ static const insn_template i386_optab[] = { { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } } } }, { MN_ptwrite, 0xae, 1, SPACE_0F, 4, - { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, + { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, { { 103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, |