mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-23 03:32:32 +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);
|
_jam_handler->processor_did_jam(this, _pc.full - 1);
|
||||||
checkSchedule(_is_jammed = false; program = _scheduledPrograms[scheduleProgramsReadPointer]);
|
checkSchedule(_is_jammed = false; program = _scheduledPrograms[scheduleProgramsReadPointer]);
|
||||||
}
|
}
|
||||||
} break;
|
} continue;
|
||||||
|
|
||||||
#pragma mark - Bitwise
|
#pragma mark - Bitwise
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user