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:
|
default:
|
||||||
ZYDIS_UNREACHABLE;
|
ZYDIS_UNREACHABLE;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
case 64:
|
case 64:
|
||||||
hasSIB =
|
hasSIB =
|
||||||
|
|
Loading…
Reference in New Issue