mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-13 00:25:26 +00:00
Don't allow STOP state to block execution.
This commit is contained in:
@@ -391,6 +391,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
MoveToStateSpecific(DoInterrupt);
|
||||
}
|
||||
IdleBus(1);
|
||||
CheckOverrun();
|
||||
MoveToStateSpecific(WaitForInterrupt);
|
||||
|
||||
// Perform the RESET exception, which seeds the stack pointer and program
|
||||
|
Reference in New Issue
Block a user