aboutsummaryrefslogtreecommitdiff
path: root/replay
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-11 11:17:31 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-02-11 11:17:31 +0000
commitfc05f4a62c568b607ec3fe428a419bb38205b570 (patch)
tree9295e9459fde3fbe94fc550ea1af38260b500023 /replay
parent3ad901bc2b98f5539af9a7d4aef140a6d8fa6442 (diff)
downloadqemu-fc05f4a62c568b607ec3fe428a419bb38205b570.zip
qemu-fc05f4a62c568b607ec3fe428a419bb38205b570.tar.gz
qemu-fc05f4a62c568b607ec3fe428a419bb38205b570.tar.bz2
target-arm: Correct misleading 'is_thumb' syn_* parameter names
In syndrome register values, the IL bit indicates the instruction length, and is 1 for 4-byte instructions and 0 for 2-byte instructions. All A64 and A32 instructions are 4-byte, but Thumb instructions may be either 2 or 4 bytes long. Unfortunately we named the parameter to the syn_* functions for constructing syndromes "is_thumb", which falsely implies that it should be set for all Thumb instructions, rather than only the 16-bit ones. Fix the functions to name the parameter 'is_16bit' instead. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com> Message-id: 1454683067-16001-2-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'replay')
0 files changed, 0 insertions, 0 deletions