]> Git Repo - qemu.git/commit
target/arm: Pass in pc to thumb_insn_is_16bit
authorRichard Henderson <[email protected]>
Thu, 15 Aug 2019 08:46:42 +0000 (09:46 +0100)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20190807045335[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.c
This page took 0.023838 seconds and 4 git commands to generate.