On 3/9/25 21:58, Pierrick Bouvier wrote:
This is needed for next commits (especially when implementing st/ld
primitives which will use this function).
As well, remove reference to TARGET_BIG_ENDIAN, as we are about to
remove this dependency.

Where is the TARGET_BIG_ENDIAN reference being removed?

diff --git a/include/qemu/bswap.h b/include/qemu/bswap.h
index b915835bead..ebf6f9e5f5c 100644
--- a/include/qemu/bswap.h
+++ b/include/qemu/bswap.h
@@ -1,6 +1,8 @@
  #ifndef BSWAP_H
  #define BSWAP_H
+#include <stdbool.h>

You shouldn't need this.  It is included by osdep.h, for every file.


r~

Reply via email to