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

« back to all changes in this revision

Viewing changes to src/uae_cpu/newcpu.cpp

  • 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:
1357
1357
        }
1358
1358
}
1359
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
 
 
1371
1360
void m68k_execute (void)
1372
1361
{
1373
1362
#if USE_JIT