mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-24 15:32:27 +00:00
Fix compilation on big endian machines
This commit is contained in:
parent
d629112ec3
commit
e29f14a6d0
@ -177,8 +177,8 @@ host_setup_cached_reg (COMMON_ARGS, int guest_reg,
|
||||
& (MAP_NATIVE_MASK
|
||||
#ifdef LITTLEENDIAN
|
||||
| MAP_SWAP16_MASK | MAP_SWAP32_MASK
|
||||
))
|
||||
#endif /* LITTLEENDIAN */
|
||||
))
|
||||
{
|
||||
host_unoffset_reg (c, codep, cc_spill_if_changed,
|
||||
guest_reg);
|
||||
|
Loading…
Reference in New Issue
Block a user