tnintemann / rpms / boost

Forked from rpms/boost 3 years ago
Clone

Blame SOURCES/boost-1.54.0-interprocess-atomic_cas32-ppc.patch

13ff7e
diff -up boost_1_54_0/boost/interprocess/detail/atomic.hpp\~ boost_1_54_0/boost/interprocess/detail/atomic.hpp
13ff7e
--- boost_1_54_0/boost/interprocess/detail/atomic.hpp~	2012-09-24 14:17:34.000000000 +0200
13ff7e
+++ boost_1_54_0/boost/interprocess/detail/atomic.hpp	2013-08-29 16:36:51.682606594 +0200
13ff7e
@@ -213,7 +213,7 @@ inline boost::uint32_t atomic_cas32
13ff7e
                  "bne-   1b\n\t"
13ff7e
                  "2:"
13ff7e
                  : "=&r"(prev)
13ff7e
-                 : "b" (mem), "r"(cmp), "r" (with)
13ff7e
+                 : "b" (mem), "r" (with), "r" (cmp)
13ff7e
                  : "cc", "memory");
13ff7e
    return prev;
13ff7e
 }
13ff7e
13ff7e
Diff finished.  Thu Aug 29 16:36:55 2013