Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-uts-ns.c
index 06a978fd4184d561c9ff437a760bbd3ea7203bda..662209473ab151ef9294d99797098714e62eab86 100644 (file)
@@ -156,5 +156,5 @@ error_find_context:
  */
 void lttng_uts_ns_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_uts_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_uts_ns)));
 }
This page took 0.033057 seconds and 4 git commands to generate.