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.21 by gbeauche, 2005-06-11T06:43:24Z vs.
Revision 1.22 by gbeauche, 2006-01-15T22:42:51Z

# Line 1357 | Line 1357 | void m68k_do_execute (void)
1357          }
1358   }
1359  
1360 #if USE_JIT && !(defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY))
1361 void m68k_compile_execute (void)
1362 {
1363    for (;;) {
1364          if (quit_program)
1365                break;
1366          m68k_do_compile_execute();
1367    }
1368 }
1369 #endif
1370
1360   void m68k_execute (void)
1361   {
1362   #if USE_JIT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines