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

Comparing BasiliskII/src/uae_cpu/compiler/compemu_support.cpp (file contents):
Revision 1.3 by gbeauche, 2002-09-18T09:55:37Z vs.
Revision 1.4 by gbeauche, 2002-09-18T11:41:56Z

# Line 2 | Line 2
2   #error "Only Real or Direct Addressing is supported with the JIT Compiler"
3   #endif
4  
5 + #if X86_ASSEMBLY && !SAHF_SETO_PROFITABLE
6 + #error "Only [LS]AHF scheme to [gs]et flags is supported with the JIT Compiler"
7 + #endif
8 +
9   #define USE_MATCH 0
10  
11   /* kludge for Brian, so he can compile under MSVC++ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines