diff options
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 } }, }, |