Skip to content

Commit

Permalink
Merge pull request #8040 from phire/fix_unintilized_xer
Browse files Browse the repository at this point in the history
Fix uninitialized powerpc.xer_* variables
  • Loading branch information
lioncash committed Apr 27, 2019
2 parents 6fec031 + 033f1d7 commit 621ede1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/PowerPC/PowerPC.cpp
Expand Up @@ -169,6 +169,7 @@ static void ResetRegisters()
{ {
v = 0x8000000000000001; v = 0x8000000000000001;
} }
SetXER({});


DBATUpdated(); DBATUpdated();
IBATUpdated(); IBATUpdated();
Expand Down

0 comments on commit 621ede1

Please sign in to comment.