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.14 by gbeauche, 2007-06-29T16:36:03Z vs.
Revision 1.15 by gbeauche, 2007-06-29T16:53:04Z

# Line 30 | Line 30
30  
31   #if USE_JIT
32  
33 + #if defined __i386__ || defined __x86_64__
34 + #include "flags_x86.h"
35 + #else
36 + #error "Unsupported JIT compiler for this architecture"
37 + #endif
38 +
39   #if JIT_DEBUG
40   /* dump some information (m68k block, x86 block addresses) about the compiler state */
41   extern void compiler_dumpstate(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines