mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Restore original MSR when returning from codehandler
This commit is contained in:
parent
93979cd16a
commit
83d18fc2fa
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -109,7 +109,7 @@ resumegame:
|
||||||
lfd f2,152(r1) # loads f2
|
lfd f2,152(r1) # loads f2
|
||||||
lfd f3,160(r1) # loads f3
|
lfd f3,160(r1) # loads f3
|
||||||
|
|
||||||
mfmsr r25
|
mtmsr r25
|
||||||
|
|
||||||
lwz r0,172(r1)
|
lwz r0,172(r1)
|
||||||
mtlr r0 # restores lr
|
mtlr r0 # restores lr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue