--- SheepShaver/src/Unix/sysdeps.h 2003/09/29 15:46:07 1.7 +++ SheepShaver/src/Unix/sysdeps.h 2003/10/11 09:34:35 1.9 @@ -77,6 +77,10 @@ #else # define ROM_IS_WRITE_PROTECTED 1 #endif +// Configure PowerPC emulator +#define PPC_NO_LAZY_PC_UPDATE 1 +#define PPC_NO_DECODE_CACHE 1 +//#define PPC_FLIGHT_RECORDER 1 #else // Mac ROM is write protected #define ROM_IS_WRITE_PROTECTED 1 @@ -284,7 +288,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) {