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

Comparing BasiliskII/src/uae_cpu/newcpu.h (file contents):
Revision 1.15 by gbeauche, 2005-06-11T06:43:24Z vs.
Revision 1.16 by gbeauche, 2006-01-15T22:42:51Z

# Line 287 | Line 287 | extern void m68k_record_step(uaecptr) RE
287   extern void m68k_do_execute(void);
288   extern void m68k_execute(void);
289   #if USE_JIT
290 #if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY)
291 /* This is generated code */
292 extern void (*m68k_compile_execute)(void);
293 #else
294 extern void m68k_do_compile_execute(void);
290   extern void m68k_compile_execute(void);
291   #endif
297 #endif
292   #ifdef USE_CPU_EMUL_SERVICES
293   extern int32 emulated_ticks;
294   extern void cpu_do_check_ticks(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines