Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / threads / race_test.c
index 8fdd1fe..c4f8758 100644 (file)
@@ -52,7 +52,7 @@ NOINLINE void break_optimization(void) {
   volatile int foo;
   foo = 0;
 #else
-  asm volatile ("");
+  __asm__ volatile ("");
 #endif
 }