1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-12 13:55:55 +00:00

Fix: new status word is still in prefetch.

This commit is contained in:
Thomas Harte 2022-06-15 10:54:14 -04:00
parent 698cc182ae
commit 44cdb4726e

View File

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