X86: Use the right field when using legacy prefixes to distinguish instructions.
This commit is contained in:
parent
2daba26359
commit
0526f453aa
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@
|
|||
}
|
||||
default: Inst::UD2();
|
||||
}
|
||||
0x1E: decode OPCODE_OP_BOTTOM3 {
|
||||
0x1E: decode LEGACY_DECODEVAL {
|
||||
// no prefix
|
||||
0x0: decode OPCODE_OP_BOTTOM3 {
|
||||
0x1: psllw_Pq_Qq();
|
||||
|
|
Loading…
Reference in a new issue