--- SheepShaver/src/Unix/sysdeps.h 2003/09/29 15:46:07 1.7 +++ SheepShaver/src/Unix/sysdeps.h 2003/10/11 09:57:49 1.10 @@ -77,6 +77,9 @@ #else # define ROM_IS_WRITE_PROTECTED 1 #endif +// Configure PowerPC emulator +#define PPC_NO_LAZY_PC_UPDATE 1 +#define PPC_FLIGHT_RECORDER 1 #else // Mac ROM is write protected #define ROM_IS_WRITE_PROTECTED 1 @@ -284,7 +287,7 @@ static inline int testandset(int *p) #define HAVE_SPINLOCKS 1 typedef int spinlock_t; -const spinlock_t SPIN_LOCK_UNLOCKED = 0; +static const spinlock_t SPIN_LOCK_UNLOCKED = 0; static inline void spin_lock(spinlock_t *lock) {