diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-19 23:24:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-19 23:24:00 +0000 |
commit | 6a718ea22c994d565c2c26daf11a760277ed6617 (patch) | |
tree | b51fbc8ea116d10f9c3c1ae07a2f25005826a7ac /opcodes/i386-dis.c | |
parent | bfff1642494227904c6c9a6c285cbaa6cf615bbb (diff) | |
download | gdb-6a718ea22c994d565c2c26daf11a760277ed6617.zip gdb-6a718ea22c994d565c2c26daf11a760277ed6617.tar.gz gdb-6a718ea22c994d565c2c26daf11a760277ed6617.tar.bz2 |
2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index ab2aa7b..8c04ccf 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -2565,7 +2565,7 @@ static const struct dis386 prefix_table[][4] = { { { "(bad)", { XX } }, { "(bad)", { XX } }, - { "psrldq", { MS, Ib } }, + { "psrldq", { XS, Ib } }, { "(bad)", { XX } }, }, @@ -2573,7 +2573,7 @@ static const struct dis386 prefix_table[][4] = { { { "(bad)", { XX } }, { "(bad)", { XX } }, - { "pslldq", { MS, Ib } }, + { "pslldq", { XS, Ib } }, { "(bad)", { XX } }, }, |