target/arm/translate: ensure gen_goto_tb sets exit flags
commit4cae8f56fbab2798586576a56cc669f0127d04fb
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Jul 2017 12:36:07 +0000 (17 13:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Jul 2017 12:36:07 +0000 (17 13:36 +0100)
treeb5940297f857f7a323a9548c1749aab7d55eb064
parentabd1fb0ee2c58b99f4b2d15718f1825fe4984e12
target/arm/translate: ensure gen_goto_tb sets exit flags

As the gen_goto_tb function can do both static and dynamic jumps it
should also set the is_jmp field. This matches the behaviour of the
a64 code.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 20170713141928.25419-5-alex.bennee@linaro.org
[tweak to multiline comment formatting]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c