target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable
commit7d00b4d8d382558f61a168180be6230cda0905d6
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 05:50:01 +0000 (30 22:50 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 08:35:52 +0000 (5 09:35 +0100)
treea2d9c7c87058125e7436d51229141e2486ea5133
parent1859f8c35abd06de15e58f0996ae11ae366f50d8
target/arm: Remove HOST_BIG_ENDIAN ifdef in add_cpreg_to_hashtable

Since e03b56863d2bc, our host endian indicator is unconditionally
set, which means that we can use a normal C condition.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20220501055028.646596-20-richard.henderson@linaro.org
[PMM: quote correct git hash in commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c