]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Pass in pc to thumb_insn_is_16bit
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 15 Aug 2019 08:46:42 +0000 (09:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Aug 2019 13:02:49 +0000 (14:02 +0100)
commit331b1ca616cb708db30dab68e3262d286e687f24
treed221b2852239ce1c66d8f2a80e90c328910646ba
parent8bd587c1066f4456ddfe611b571d9439a947d74c
target/arm: Pass in pc to thumb_insn_is_16bit

This function is used in two different contexts, and it will be
clearer if the function is given the address to which it applies.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190807045335.1361-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c