mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 15:24:37 -05:00
Fix un-initialized powerpc.xer_* variables
This commit is contained in:
parent
664cfb2ca5
commit
033f1d725f
|
|
@ -169,6 +169,7 @@ static void ResetRegisters()
|
|||
{
|
||||
v = 0x8000000000000001;
|
||||
}
|
||||
SetXER({});
|
||||
|
||||
DBATUpdated();
|
||||
IBATUpdated();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user