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.12 by gbeauche, 2002-11-02T18:13:27Z vs.
Revision 1.13 by gbeauche, 2004-11-01T16:01:51Z

# Line 287 | Line 287 | extern void m68k_record_step(uaecptr);
287   extern void m68k_do_execute(void);
288   extern void m68k_execute(void);
289   #if USE_JIT
290 < #ifdef X86_ASSEMBLY
290 > #if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY)
291   /* This is generated code */
292   extern void (*m68k_compile_execute)(void);
293   #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines