mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
This commit is contained in:
parent
bfff164249
commit
6a718ea22c
@ -1,3 +1,7 @@
|
||||
2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
|
||||
|
||||
2007-10-17 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* m68k-opc.c (m68k_opcodes): Correct move sr and ccr masks for
|
||||
|
@ -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 } },
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user