bugfix in old disasm

This commit is contained in:
Stanislav Shwartsman 2017-12-16 19:34:14 +00:00
parent 5dc5e01a12
commit e0c3433f7f

View File

@ -1435,7 +1435,7 @@ static BxDisasmOpcodeTable_t BxDisasmOpcodes32[256*2] = {
/* E0 */ { 0, &Ia_loopne_Jb },
/* E1 */ { 0, &Ia_loope_Jb },
/* E2 */ { 0, &Ia_loop_Jb },
/* E3 */ { 0, &Ia_jcxz_Jb },
/* E3 */ { 0, &Ia_jecxz_Jb },
/* E4 */ { 0, &Ia_inb_AL_Ib },
/* E5 */ { 0, &Ia_inl_EAX_Ib },
/* E6 */ { 0, &Ia_outb_Ib_AL },