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

Comparing SheepShaver/src/Unix/sysdeps.h (file contents):
Revision 1.7 by gbeauche, 2003-09-29T15:46:07Z vs.
Revision 1.10 by gbeauche, 2003-10-11T09:57:49Z

# Line 77 | Line 77
77   #else
78   # define ROM_IS_WRITE_PROTECTED 1
79   #endif
80 + // Configure PowerPC emulator
81 + #define PPC_NO_LAZY_PC_UPDATE 1
82 + #define PPC_FLIGHT_RECORDER 1
83   #else
84   // Mac ROM is write protected
85   #define ROM_IS_WRITE_PROTECTED 1
# Line 284 | Line 287 | static inline int testandset(int *p)
287   #define HAVE_SPINLOCKS 1
288   typedef int spinlock_t;
289  
290 < const spinlock_t SPIN_LOCK_UNLOCKED = 0;
290 > static const spinlock_t SPIN_LOCK_UNLOCKED = 0;
291  
292   static inline void spin_lock(spinlock_t *lock)
293   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines