# | Line 30 | Line 30 | |
---|---|---|
30 | // Are the Mac and the host address space the same? | |
31 | #ifdef __i386__ | |
32 | #define REAL_ADDRESSING 0 | |
33 | + | #undef WORDS_BIGENDIAN |
34 | #else | |
35 | #define REAL_ADDRESSING 1 | |
36 | + | #define WORDS_BIGENDIAN 1 |
37 | #endif | |
38 | ||
39 | // Are we using a 68k emulator or the real thing? |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |