]> Git Repo - qemu.git/blobdiff - util/host-utils.c
qemu-thread: fix qemu_event without futexes
[qemu.git] / util / host-utils.c
index ee57ef55f664662a6a1c185618c6deb1869c9e3b..102e5bf3025a47472aaf1d0f56b351e13992e2a0 100644 (file)
@@ -28,7 +28,6 @@
 #include "qemu/host-utils.h"
 
 /* Long integer helpers */
-#ifndef CONFIG_INT128
 static inline void mul64(uint64_t *plow, uint64_t *phigh,
                          uint64_t a, uint64_t b)
 {
@@ -161,4 +160,3 @@ int divs128(int64_t *plow, int64_t *phigh, int64_t divisor)
     return overflow;
 }
 
-#endif /* !CONFIG_INT128 */
This page took 0.023314 seconds and 4 git commands to generate.