Merge pull request #8040 from phire/fix_unintilized_xer

Fix uninitialized powerpc.xer_* variables
This commit is contained in:
Mat M 2019-04-27 08:36:09 -04:00 committed by GitHub
commit 621ede1268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ static void ResetRegisters()
{
v = 0x8000000000000001;
}
SetXER({});
DBATUpdated();
IBATUpdated();