Fix: compile fails for x32 arch
[lttng-tools.git] / src / bin / lttng / utils.c
index fa2d3c9da626542fc9a0d1bb78bdf017197eedd1..81e93952ad139ad9466a9723099a7884d0911c5c 100644 (file)
@@ -159,7 +159,7 @@ unsigned int fls_u32(uint32_t x)
 #define HAS_FLS_U32
 #endif
 
-#if defined(__x86_64)
+#if defined(__x86_64) && defined(__LP64__)
 static inline
 unsigned int fls_u64(uint64_t x)
 {
This page took 0.023211 seconds and 4 git commands to generate.