Minor typo

This commit is contained in:
Amaan Cheval 2018-02-14 19:41:30 +05:30 committed by Fabian
parent bbe7d3d1d1
commit bc03a26e4c

View file

@ -236,7 +236,7 @@ function gen_instruction_body(encodings, size)
}
else if(has_66 || has_F2 || has_F3)
{
// instruction withoud modrm byte but with prefix
// instruction without modrm byte but with prefix
console.assert(encoding.e);
console.assert(!encoding.ignore_mod);