mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
This too should continue, not break, since it doesn't schedule a memory access.
This commit is contained in:
parent
534b3d085d
commit
4408c60ef7
@ -752,7 +752,7 @@ template <class T> class Processor {
|
||||
_jam_handler->processor_did_jam(this, _pc.full - 1);
|
||||
checkSchedule(_is_jammed = false; program = _scheduledPrograms[scheduleProgramsReadPointer]);
|
||||
}
|
||||
} break;
|
||||
} continue;
|
||||
|
||||
#pragma mark - Bitwise
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user