Re: [PATCH v4 19/45] target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:18, Richard Henderson wrote: > > Since ee3eb3a7ce72, our host endian indicator is unconditionally > set, which means that we can use a normal C condition. You mean e03b56863d2bc (ee3eb3a7ce72 is the TARGET_BIG_ENDIAN commit). Otherwise Reviewed-by: Peter Maydell thanks

[PATCH v4 19/45] target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable

2022-04-30 Thread Richard Henderson
Since ee3eb3a7ce72, our host endian indicator is unconditionally set, which means that we can use a normal C condition. Signed-off-by: Richard Henderson --- target/arm/helper.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c