1
0
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:
Thomas Harte 2016-10-27 18:32:21 -04:00
parent 534b3d085d
commit 4408c60ef7

View File

@ -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