Fixed decoding of 16-bit displacements

This commit is contained in:
flobernd 2017-09-14 22:21:11 +02:00
parent 867b6bc109
commit 606214c5a7
1 changed files with 1 additions and 0 deletions

View File

@ -3176,6 +3176,7 @@ static ZydisStatus ZydisDecodeOptionalInstructionParts(ZydisDecoderContext* cont
default:
ZYDIS_UNREACHABLE;
}
break;
case 32:
case 64:
hasSIB =