]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURN
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 May 2018 05:02:43 +0000 (22:02 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 11 Jun 2018 09:43:11 +0000 (11:43 +0200)
commit825340f5659647deb62743c3cb479ec8d78f1862
tree080eba7229c4c243fb2744cac055a08147d33c63
parentcb4add334a5a8db263c20c33c5365be3868f8967
target/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURN

We have exited the TB after using goto_tb; there is no
distinction from DISAS_NORETURN.

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