Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
 include/qemu/host-utils.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/qemu/host-utils.h b/include/qemu/host-utils.h
index dd558589cb..5a7e623909 100644
--- a/include/qemu/host-utils.h
+++ b/include/qemu/host-utils.h
@@ -94,11 +94,7 @@ static inline uint64_t muldiv64_rounding(uint64_t a, 
uint32_t b, uint32_t c,
     union {
         uint64_t ll;
         struct {
-#if HOST_BIG_ENDIAN
-            uint32_t high, low;
-#else
-            uint32_t low, high;
-#endif
+            uint32_t HOST_ENDIAN_FIELDS(low, high);
         } l;
     } u, res;
     uint64_t rl, rh;
-- 
2.43.0


Reply via email to