fix flags.

This commit is contained in:
Kelvin Sherlock
2016-12-25 02:42:28 -05:00
parent 1836d0d1ce
commit 518233d71f
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -399,7 +399,6 @@ void disassembler::process(uint8_t byte) {
case 0xc2: // REP
_flags |= (_arg & 0x30);
break;
break;
case 0xe2: // SEP
_flags &= ~(_arg & 0x30);
break;