bochs: backport decoding of CRC32 instr fix
Upstream SVN r10223 Backport was neccessary, because the CRC32 assambly instruction did not work as expected in bochs.
This commit is contained in:
@ -2012,7 +2012,7 @@ modrm_done:
|
||||
OpcodeInfoPtr = &(OpcodeInfoPtr->AnotherArray[b3]);
|
||||
break;
|
||||
case BxOSizeGrp:
|
||||
OpcodeInfoPtr = &(OpcodeInfoPtr->AnotherArray[offset >> 8]);
|
||||
OpcodeInfoPtr = &(OpcodeInfoPtr->AnotherArray[offset >> 9]);
|
||||
break;
|
||||
case BxPrefixSSE:
|
||||
/* For SSE opcodes look into another table
|
||||
|
||||
Reference in New Issue
Block a user