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

Comparing BasiliskII/src/uae_cpu/newcpu.cpp (file contents):
Revision 1.18 by gbeauche, 2002-11-02T18:13:27Z vs.
Revision 1.19 by gbeauche, 2004-11-01T16:01:51Z

# Line 1327 | Line 1327 | void m68k_do_execute (void)
1327          }
1328   }
1329  
1330 < #if USE_JIT && !defined(X86_ASSEMBLY)
1330 > #if USE_JIT && !(defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY))
1331   void m68k_compile_execute (void)
1332   {
1333      for (;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines