~ubuntu-branches/ubuntu/raring/mame/raring-proposed

« back to all changes in this revision

Viewing changes to src/osd/sdl/sdlsync_ntc.c

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <signal.h>
21
21
#endif
22
22
 
23
 
#ifdef SDLMAME_NETBSD
 
23
#if defined(SDLMAME_NETBSD) || defined(SDLMAME_OPENBSD)
24
24
/* for SIGKILL */
25
25
#include <signal.h>
26
26
#endif
118
118
                : [haslock] "+m"  (lock->slot[myslot].haslock)
119
119
                , [tmp]     "=&r" (tmp)
120
120
                :
121
 
                : "%cc"
 
121
                : "cc"
122
122
        );
123
123
#elif defined(__ppc__) || defined (__PPC__) || defined(__ppc64__) || defined(__PPC64__)
124
124
        register INT32 tmp;
239
239
                                : [spin]   "+c"  (spin)
240
240
                                , [tmp]    "=&r" (tmp)
241
241
                                : [holder] "m"   (lock->holder)
242
 
                                : "%cc"
 
242
                                : "cc"
243
243
                        );
244
244
#elif defined(__ppc__) || defined(__PPC__)
245
245
                        __asm__ __volatile__ (