CLI no longer ends a code block

This commit is contained in:
SarahW 2016-12-07 21:30:55 +00:00
commit abbfa86660

View file

@ -33,8 +33,6 @@ static int opCLI(uint32_t fetchdat)
else
flags &= ~I_FLAG;
CPU_BLOCK_END();
CLOCK_CYCLES(3);
PREFETCH_RUN(3, 1, -1, 0,0,0,0, 0);
return 0;