diff options
Diffstat (limited to 'util/host-utils.c')
-rw-r--r-- | util/host-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/host-utils.c b/util/host-utils.c index b166e57586..3495262233 100644 --- a/util/host-utils.c +++ b/util/host-utils.c @@ -26,6 +26,7 @@ #include "qemu/osdep.h" #include "qemu/host-utils.h" +#ifndef CONFIG_INT128 /* Long integer helpers */ static inline void mul64(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) @@ -158,4 +159,5 @@ int divs128(int64_t *plow, int64_t *phigh, int64_t divisor) return overflow; } +#endif |