mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #8040 from phire/fix_unintilized_xer
Fix uninitialized powerpc.xer_* variables
This commit is contained in:
@@ -169,6 +169,7 @@ static void ResetRegisters()
|
||||
{
|
||||
v = 0x8000000000000001;
|
||||
}
|
||||
SetXER({});
|
||||
|
||||
DBATUpdated();
|
||||
IBATUpdated();
|
||||
|
||||
Reference in New Issue
Block a user