ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.8 by cebix, 1999-10-27T17:50:07Z vs.
Revision 1.9 by cebix, 1999-11-03T10:56:29Z

# Line 219 | Line 219 | static inline void do_put_mem_word(uae_u
219   #define call_mem_put_func(func, addr, v) ((*func)(addr, v))
220   #define __inline__ inline
221   #define CPU_EMU_SIZE 0
222 #undef USE_MAPPED_MEMORY
223 #undef CAN_MAP_MEMORY
222   #undef NO_INLINE_MEMORY_ACCESS
223   #undef MD_HAVE_MEM_1_FUNCS
226 #undef USE_COMPILER
224   #define ENUMDECL typedef enum
225   #define ENUMNAME(name) name
226   #define write_log printf
227  
228 + #ifdef USE_COMPILER
229 + #define USE_MAPPED_MEMORY
230 + #define CAN_MAP_MEMORY
231 + #define NO_EXCEPTION_3
232 + #define NO_PREFETCH_BUFFER
233 + #else
234 + #undef USE_MAPPED_MEMORY
235 + #undef CAN_MAP_MEMORY
236 + #endif
237 +
238   #ifdef X86_ASSEMBLY
239   #define ASM_SYM_FOR_FUNC(a) __asm__(a)
240   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines