Fix PSRs on some PPC compilers

This commit is contained in:
Jeffrey Pfau 2014-10-01 12:42:12 +00:00
parent d1f8e58b13
commit 235141f1f3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ struct ARMCore;
union PSR {
struct {
#ifdef __POWERPC__
#if defined(__POWERPC__) || defined(__PPC__)
unsigned n : 1;
unsigned z : 1;
unsigned c : 1;