mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Merge pull request #8040 from phire/fix_unintilized_xer
Fix uninitialized powerpc.xer_* variables
This commit is contained in:
commit
621ede1268
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ static void ResetRegisters()
|
||||||
{
|
{
|
||||||
v = 0x8000000000000001;
|
v = 0x8000000000000001;
|
||||||
}
|
}
|
||||||
|
SetXER({});
|
||||||
|
|
||||||
DBATUpdated();
|
DBATUpdated();
|
||||||
IBATUpdated();
|
IBATUpdated();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue