Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ipc-ns.c
index 078e646106b576bc8deee1778b0e291c6389f6e4..6193d8ed31ece62b0146be263f027e88eb0d81f9 100644 (file)
@@ -155,7 +155,7 @@ error_find_context:
  */
 void lttng_ust_ipc_ns_init_thread(int flags)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_ipc_ns)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_ipc_ns)));
        if (flags & LTTNG_UST_INIT_THREAD_CONTEXT_CACHE)
                (void)get_ipc_ns();
 }
This page took 0.023432 seconds and 4 git commands to generate.