mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Ensure RTE triggers a stack pointer change if needed.
This commit is contained in:
parent
d4c1e92b1c
commit
a4baa33e2f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user