target/m68k: Use lookup_and_goto_tb for DISAS_JUMP
commit8aaf7da9c3b1f282b5a123de3e87a2e6ca87f3b9
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 May 2018 05:02:45 +0000 (11 22:02 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 11 Jun 2018 09:43:11 +0000 (11 11:43 +0200)
treec43e1d9098713d4efc21603d28ec2eacb4737e38
parent707ddb5ac6f91309ff6ed6bec988ed8100846f50
target/m68k: Use lookup_and_goto_tb for DISAS_JUMP

These are all indirect or out-of-page direct jumps.
We can indirectly chain to the next TB without going
back to the main loop.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180512050250.12774-5-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/translate.c