]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/blob - x32-asm.patch
- up to 5.4.2
[packages/qt5-qtwebkit.git] / x32-asm.patch
1 --- qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h~        2014-09-11 12:48:11.000000000 +0200
2 +++ qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h 2015-02-13 22:32:03.647863539 +0100
3 @@ -188,7 +188,7 @@
4  #if CPU(X86_64)
5      bool result;
6      asm volatile(
7 -        "lock; cmpxchgq %3, %2\n\t"
8 +        "lock; cmpxchg %3, %2\n\t"
9          "sete %1"
10          : "+a"(expected), "=q"(result), "+m"(*location)
11          : "r"(newValue)
This page took 0.063626 seconds and 3 git commands to generate.