target/arm: Set ISSIs16Bit in make_issinfo
commit1a1fbc6cbb34c26d43d8360c66c1d21681af14a9
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 17 Jan 2020 14:09:31 +0000 (17 14:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jan 2020 14:27:16 +0000 (17 14:27 +0000)
tree41fbb9d6c88d096c72cf13c908f93d6866e647c5
parent30d544839e278dc76017b9a42990c41e84a34377
target/arm: Set ISSIs16Bit in make_issinfo

During the conversion to decodetree, the setting of
ISSIs16Bit got lost.  This causes the guest os to
incorrectly adjust trapping memory operations.

Cc: qemu-stable@nongnu.org
Fixes: 46beb58efbb8a2a32 ("target/arm: Convert T16, load (literal)")
Reported-by: Jeff Kubascik <jeff.kubascik@dornerworks.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200117004618.2742-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c