sh4/RTE: add missing SR/SSR restore

This commit is contained in:
Zack Buhman 2024-04-21 20:47:25 +08:00
parent 4dd67c7204
commit 7d98557682

View File

@ -9,3 +9,4 @@ THROW ILLSLOT;
target ← pc; target ← pc;
delayedpc ← target ∧ (~ 0x1); delayedpc ← target ∧ (~ 0x1);
PC’’ ← Register(delayedpc); PC’’ ← Register(delayedpc);
SR ← Register(ssr);