mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-05 06:05:27 +00:00
Fix: new status word is still in prefetch.
This commit is contained in:
parent
698cc182ae
commit
44cdb4726e
@ -380,7 +380,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
|
||||
BeginState(STOP):
|
||||
// Apply the suffix status.
|
||||
status_.set_status(operand_[0].w);
|
||||
status_.set_status(prefetch_.w);
|
||||
did_update_status();
|
||||
[[fallthrough]];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user