mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
change #else #if into #elif in case both are defined
This commit is contained in:
parent
3e12a80a3b
commit
31551389f6
@ -105,8 +105,7 @@ extern void byteput(uaecptr addr, uae_u32 b);
|
||||
|
||||
#if REAL_ADDRESSING
|
||||
const uintptr MEMBaseDiff = 0;
|
||||
#endif
|
||||
#if DIRECT_ADDRESSING
|
||||
#elif DIRECT_ADDRESSING
|
||||
extern uintptr MEMBaseDiff;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user