On 12/19/25 08:28, Philippe Mathieu-Daudé wrote:
--- a/include/qemu/bswap.h
+++ b/include/qemu/bswap.h
@@ -412,7 +412,9 @@ static inline void stq_be_p(void *ptr, uint64_t v)
          }                                                               \
      }
+#ifdef TARGET_USE_LEGACY_NATIVE_ENDIAN_API
  DO_STN_LDN_P(he)
+#endif

This isn't target native endian.
Why is this included?


r~


Reply via email to