SOURCES: helixplayer-morearchs.patch - oops

qboosh qboosh at pld-linux.org
Thu Nov 3 23:23:48 CET 2005


Author: qboosh                       Date: Thu Nov  3 22:23:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- oops

---- Files affected:
SOURCES:
   helixplayer-morearchs.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/helixplayer-morearchs.patch
diff -u SOURCES/helixplayer-morearchs.patch:1.5 SOURCES/helixplayer-morearchs.patch:1.6
--- SOURCES/helixplayer-morearchs.patch:1.5	Thu Nov  3 23:22:56 2005
+++ SOURCES/helixplayer-morearchs.patch	Thu Nov  3 23:23:43 2005
@@ -119,7 +119,7 @@
  #undef  IS_LITTLE_ENDIAN
 --- hxplay-1.0.5/common/include/atomicbase.h.orig	2005-11-03 22:22:27.000000000 +0100
 +++ hxplay-1.0.5/common/include/atomicbase.h	2005-11-03 23:14:46.000000000 +0100
-@@ -855,6 +855,112 @@
+@@ -855,6 +855,114 @@
   */
  #elif defined (__alpha)
  
@@ -174,6 +174,7 @@
 +        "        stl_c   $1, %0\n"          // Save new value into *pNum
 +        "        beq     $1, 10b\n"         // Retry if sequence failed
 +        : "=m" (*pNum) : "r" (n), "m" (*pNum) : "$1");
++    return *pNum;
 +}
 +
 +/* Increment by 1 and return new value */
@@ -225,6 +226,7 @@
 +        "        stl_c   $1, %0\n"          // Save new value into *pNum
 +        "        beq     $1, 10b\n"         // Retry if sequence failed
 +        : "=m" (*pNum) : "r" (n), "m" (*pNum) : "$1");
++    return *pNum;
 +}
 +
 +#  else
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/helixplayer-morearchs.patch?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list