1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Merge pull request #1046 from TomHarte/StatusChanges

Ensure RTE triggers a stack pointer change if needed.
This commit is contained in:
Thomas Harte 2022-06-06 16:16:52 -04:00 committed by GitHub
commit d779bc3784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2397,6 +2397,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
Access(temporary_value_.low);
registers_[15].l += 6;
status_.set_status(temporary_value_.w);
did_update_status();
Prefetch();
Prefetch();