Index: /trunk/Source/WTF/wtf/Atomics.h =================================================================== --- /trunk/Source/WTF/wtf/Atomics.h (revision 162136) +++ /trunk/Source/WTF/wtf/Atomics.h (revision 162137) @@ -296,5 +296,5 @@ "sete %1" : "+a"(expected), "=q"(result), "+m"(*location) - : "r"(newValue) + : "q"(newValue) : "memory" );