mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
util: Don't link host-utils.o if it's empty
Reported-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user