mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 00:37:27 +00:00
Fix: new status word is still in prefetch.
This commit is contained in:
parent
93615f6647
commit
5420fd5aa3
@ -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…
x
Reference in New Issue
Block a user