Fix: c99: use __asm__ __volatile__
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vtid.c
index 880e34b90a1dae8aa9b95eec305ceaa08d0b5176..cfd0a117086b7d69b4f4ab2979b6d25aae8e40c8 100644 (file)
@@ -114,5 +114,5 @@ error_find_context:
  */
 void lttng_vtid_alloc_tls(void)
 {
-       asm volatile ("" : : "m" (URCU_TLS(cached_vtid)));
+       __asm__ __volatile__ ("" : : "m" (URCU_TLS(cached_vtid)));
 }
This page took 0.02315 seconds and 4 git commands to generate.