mirror of
https://github.com/libretro/mgba.git
synced 2025-02-25 02:03:07 +00:00
Use consistent conditionals for big endian detection (not all PowerPC hosts are big-endian!)
This commit is contained in:
parent
05d4a6ca17
commit
0a06af1aa6
@ -70,7 +70,7 @@ struct ARMCore;
|
||||
|
||||
union PSR {
|
||||
struct {
|
||||
#if defined(__POWERPC__) || defined(__PPC__)
|
||||
#if defined(__BIG_ENDIAN__)
|
||||
unsigned n : 1;
|
||||
unsigned z : 1;
|
||||
unsigned c : 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user