i86: Fix jnl flags test [htjywf2008]

This commit is contained in:
chrome1122 2017-04-02 17:00:32 +08:00 committed by Olivier Galibert
parent 7026ee3fcb
commit 036a3a5f74

View File

@ -1267,7 +1267,7 @@ bool i8086_common_cpu_device::common_op(uint8_t op)
case 0x6d:
case 0x7d: // i_jnl
JMP((ZF)||(SF==OF));
JMP(SF==OF);
break;
case 0x6e: