~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/uae_cpu/newcpu.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
extern void m68k_do_execute(void);
288
288
extern void m68k_execute(void);
289
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);
295
290
extern void m68k_compile_execute(void);
296
291
#endif
297
 
#endif
298
292
#ifdef USE_CPU_EMUL_SERVICES
299
293
extern int32 emulated_ticks;
300
294
extern void cpu_do_check_ticks(void);