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

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.10 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.11 by cebix, 2001-02-09T20:04:15Z

# Line 91 | Line 91 | static inline void do_put_mem_word(uae_u
91   #endif
92  
93   #define X86_ASSEMBLY
94 + #define UNALIGNED_PROFITABLE
95 + #define OPTIMIZED_FLAGS
96   #define ASM_SYM_FOR_FUNC(a) __asm__(a)
97   #define REGPARAM __attribute__((regparm(3)))
98  
# Line 103 | Line 105 | static inline void do_put_mem_long(uae_u
105   static inline void do_put_mem_word(uae_u16 *a, uae_u32 v) {*a = v;}
106  
107   #undef X86_ASSEMBLY
108 + #define UNALIGNED_PROFITABLE
109 + #undef OPTIMIZED_FLAGS
110   #define ASM_SYM_FOR_FUNC(a)
111   #define REGPARAM
112   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines