mirror of https://github.com/x64dbg/zydis
Fixed decoding of 16-bit displacements
This commit is contained in:
parent
867b6bc109
commit
606214c5a7
|
@ -3176,6 +3176,7 @@ static ZydisStatus ZydisDecodeOptionalInstructionParts(ZydisDecoderContext* cont
|
|||
default:
|
||||
ZYDIS_UNREACHABLE;
|
||||
}
|
||||
break;
|
||||
case 32:
|
||||
case 64:
|
||||
hasSIB =
|
||||
|
|
Loading…
Reference in New Issue