Fix PSRs on some PPC compilers
Jeffrey Pfau jeffrey@endrift.com
Wed, 01 Oct 2014 12:42:12 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/arm/arm.h
→
src/arm/arm.h
@@ -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;