mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Fix restart_operation_fetch.
This commit is contained in:
@@ -731,4 +731,5 @@ void ProcessorBase::set_value_of(Register r, uint16_t value) {
|
|||||||
|
|
||||||
void ProcessorBase::restart_operation_fetch() {
|
void ProcessorBase::restart_operation_fetch() {
|
||||||
scheduled_program_counter_ = nullptr;
|
scheduled_program_counter_ = nullptr;
|
||||||
|
next_bus_operation_ = BusOperation::None;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user