sh4: add missing SR/SSR restore in RTE

This commit is contained in:
Zack Buhman 2024-04-21 20:47:25 +08:00
parent 4a165d02ed
commit 5d0735498a

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);