diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-07-01 01:34:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-07-01 01:34:35 +0000 |
commit | 8c93c33150583641f1ce0e867f8d704d08f6a5d8 (patch) | |
tree | 6d393de09019616b5c025254e2b21df7f5c40b22 /opcodes/i386-dis.c | |
parent | 28f8f55c19e158af732e6ea559cdae2dcdc071a9 (diff) | |
download | binutils-redhat-8c93c33150583641f1ce0e867f8d704d08f6a5d8.tar.gz |
Update rorxS.
2011-06-30 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Update rorxS.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 04ab2bd9b8..d284afc628 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -8961,7 +8961,7 @@ static const struct dis386 vex_len_table[][2] = { /* VEX_LEN_0F3AF0_P_3 */ { - { "rorxS", { Gv, Ev, Ib } }, + { "rorxS", { Gdq, Edq, Ib } }, }, /* VEX_LEN_0FXOP_09_80 */ |