Skip to content
Permalink
Browse files
Merge pull request #8040 from phire/fix_unintilized_xer
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.
@@ -169,6 +169,7 @@ static void ResetRegisters()
{
v = 0x8000000000000001;
}
SetXER({});

DBATUpdated();
IBATUpdated();

0 comments on commit 621ede1

Please sign in to comment.