On 3/17/25 21:51, Pierrick Bouvier wrote:
This identifier is already poisoned, so it can't be used from common
code anyway.
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
include/exec/cpu-all.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
I'll give you a
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
because it's quick and correct. However, there are only 8 actual uses within the entire
tree (discounting comments), and all could be replaced by
+# if HOST_BIG_ENDIAN != TARGET_BIG_ENDIAN
r~