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.27 by gbeauche, 2004-05-12T11:38:16Z vs.
Revision 1.29 by gbeauche, 2004-05-19T21:23:15Z

# Line 82 | Line 82
82   # define ROM_IS_WRITE_PROTECTED 1
83   #endif
84   // Configure PowerPC emulator
85 + #define PPC_REENTRANT_JIT 1
86   #define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1)
87   #define PPC_DECODE_CACHE 1
88   #define PPC_FLIGHT_RECORDER 1
89   #define PPC_PROFILE_COMPILE_TIME 0
90   #define PPC_PROFILE_GENERIC_CALLS 0
91   #define KPX_MAX_CPUS 1
92 + #if defined(__i386__)
93 + #define DYNGEN_ASM_OPTS 1
94 + #endif
95   #else
96   // Mac ROM is write protected
97   #define ROM_IS_WRITE_PROTECTED 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines