[M6800] Removed the extraneous cpu_pop_context().

This commit is contained in:
Curt Coder 2008-12-08 08:19:37 +00:00
parent b24198a1cd
commit b4470a0bd7

View File

@ -770,7 +770,6 @@ static TIMER_CALLBACK(m6800_rx_tick)
// start bit found // start bit found
cpustate->rxbits++; cpustate->rxbits++;
} }
cpu_pop_context();
break; break;
case M6800_SERIAL_STOP: case M6800_SERIAL_STOP: