Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ipc-ns.c
index 63401e8d5889a6ce7f8fabb6b45c17684b1340d5..f076e30736ceee6a35eb571bcdb9a372cc01c745 100644 (file)
@@ -155,5 +155,5 @@ error_find_context:
  */
 void lttng_ipc_ns_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_ipc_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_ipc_ns)));
 }
This page took 0.02522 seconds and 4 git commands to generate.