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.11 by cebix, 2001-02-09T20:04:15Z vs.
Revision 1.14 by cebix, 2001-07-06T17:36:07Z

# Line 21 | Line 21
21   #ifndef SYSDEPS_H
22   #define SYSDEPS_H
23  
24 + #ifdef __POWERPC__
25 + #define NO_STD_NAMESPACE
26 + #endif
27 +
28   #include <assert.h>
29   #include <support/SupportDefs.h>
30   #include <support/ByteOrder.h>
# Line 51 | Line 55
55   // Time data type for Time Manager emulation
56   typedef bigtime_t tm_time_t;
57  
54 // Offset Mac->BeOS time in seconds
55 #define TIME_OFFSET 0x7c25b080
56
58   // 64 bit file offsets
59   typedef off_t loff_t;
60  
# Line 69 | Line 70 | typedef off_t loff_t;
70   typedef uae_u32 uaecptr;
71   #define VAL64(a) (a ## LL)
72   #define UVAL64(a) (a ## uLL)
73 + typedef uint32 uintptr;
74 + typedef int32 intptr;
75  
76   // UAE CPU defines
77   #ifdef __i386__
# Line 118 | Line 121 | static inline void do_put_mem_word(uae_u
121   #define call_mem_put_func(func, addr, v) ((*func)(addr, v))
122   #define __inline__ inline
123   #define CPU_EMU_SIZE 0
121 #undef USE_MAPPED_MEMORY
122 #undef CAN_MAP_MEMORY
124   #undef NO_INLINE_MEMORY_ACCESS
125   #undef MD_HAVE_MEM_1_FUNCS
126   #undef USE_COMPILER

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines