From 5574e7948bf2356dff93e72705eac24858b4267b Mon Sep 17 00:00:00 2001 From: TravisCI-DocBuilder Date: Fri, 23 Oct 2015 22:55:50 +0000 Subject: [PATCH] Doc generated from commit ebad126fc0130d9d901f8be6b6daa1e52278a373 --- synchronization_8h_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchronization_8h_source.html b/synchronization_8h_source.html index 3fa5592..4c0ed13 100644 --- a/synchronization_8h_source.html +++ b/synchronization_8h_source.html @@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
18 /// Performs a clrex operation.
19 static inline void __clrex(void)
20 {
-
21  __asm__ __volatile__("clrex");
+
21  __asm__ __volatile__("clrex" ::: "memory");
22 }
23 
24 /**
-- 2.39.5