# | Line 90 | Line 90 | |
---|---|---|
90 | #endif | |
91 | ||
92 | // Always use the complete non-stubs Ethernet driver | |
93 | – | #if DIRECT_ADDRESSING |
93 | #define USE_ETHER_FULL_DRIVER 1 | |
95 | – | #endif |
94 | ||
95 | #define POWERPC_ROM 1 | |
96 | ||
# | Line 168 | Line 166 | typedef int64 intptr; | |
166 | #error "Unsupported size of pointer" | |
167 | #endif | |
168 | ||
169 | + | // Define if the host processor supports fast unaligned load/stores |
170 | + | #if defined __i386__ || defined __x86_64__ |
171 | + | #define UNALIGNED_PROFITABLE 1 |
172 | + | #endif |
173 | + | |
174 | + | |
175 | /** | |
176 | * Helper functions to byteswap data | |
177 | **/ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |