mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Fix restart_operation_fetch.
This commit is contained in:
parent
d9df568dab
commit
ca75822dbe
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user