~ubuntu-branches/ubuntu/vivid/basilisk2/vivid

« back to all changes in this revision

Viewing changes to src/uae_cpu/spcflags.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-03-06 19:33:01 UTC
  • mfrom: (2.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080306193301-cc2ofn705nfsq3y0
Tags: 0.9.20070407-4
* Update copyright-check cdbs snippet to parse licensecheck using perl:
  + No longer randomly drops newlines
  + More compact hint file (and ordered more like wiki-proposed new copyright
    syntax).
  + No longer ignore files without copyright.
* Update copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        regs.spcflags &= ~(m); \
58
58
} while (0)
59
59
 
60
 
#elif defined(__i386__) && defined(X86_ASSEMBLY)
 
60
#elif (defined(__i386__) || defined(__x86_64__)) && defined(X86_ASSEMBLY)
61
61
 
62
62
#define HAVE_HARDWARE_LOCKS
63
63