target/hppa: Use DisasContextBase.is_jmp
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Feb 2018 01:09:30 +0000 (17:09 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Feb 2019 16:48:27 +0000 (08:48 -0800)
commit312347683cb4225a2e6001d18e0a8a67d3f8727b
tree9a6ebe1499a14e11ff0ccde99deb1ead4ad1801a
parent0b5e750bea635b167eb03d86c3d9a09bbd43bc06
target/hppa: Use DisasContextBase.is_jmp

Instead of returning DisasJumpType, immediately store it.
Return true in preparation for conversion to the decodetree script.

Tested-by: Helge Deller <deller@gmx.de>
Tested-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c