]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_utilities/lib/threading_internal.h
Security-55471.14.8.tar.gz
[apple/security.git] / libsecurity_utilities / lib / threading_internal.h
index d47a6085f26fdd05d06638070c52e3ab8d6a66a8..b3b6854f3b2062d111d33448c0a838cdc17c88fd 100644 (file)
@@ -116,7 +116,7 @@ public:
        
        static Type load(const Type &store) { readBarrier(); return store; }
        static Type store(Type value, Type &store)
-       { while (!casb(store, value, store)) /* again */; return value; }
+       { while (!casb(store, value, store)) {}; return value; }
 };