target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 19 Oct 2017 21:13:02 +0000 (14:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2017 09:55:09 +0000 (11:55 +0200)
commit7bcdbf51eeb674e42dd3f171f1caed4c44ba8710
tree173c0f22d4aa380c589881a3be0a28be06a7e14c
parent6cd61517fb5217098b25c8f08dd45023de3f22bb
target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLY

This matches translator behaviour in arm_lduw_code.

Fixes: https://bugs.launchpad.net/qemu/+bug/1724485
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpu.c