ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler/compemu.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/compiler/compemu.h (file contents):
Revision 1.12 by gbeauche, 2005-01-30T21:42:16Z vs.
Revision 1.13 by gbeauche, 2006-01-16T21:31:08Z

# Line 124 | Line 124 | union cacheline {
124  
125   #define KILLTHERAT 1  /* Set to 1 to avoid some partial_rat_stalls */
126  
127 /* Whether to preserve registers across calls to JIT compiled routines */
128 #if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY)
129 #define USE_PUSH_POP 0
130 #else
131 #define USE_PUSH_POP 1
132 #endif
133
127   #if defined(__x86_64__)
128   #define N_REGS 16 /* really only 15, but they are numbered 0-3,5-15 */
129   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines