]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: Use DISAS_NORETURN for exceptions
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 May 2018 05:02:42 +0000 (22:02 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 11 Jun 2018 09:43:11 +0000 (11:43 +0200)
commitcb4add334a5a8db263c20c33c5365be3868f8967
tree9f229ed8dcfcd4f34114319f91aececcfe2c4511
parent0d2fa03dae4fbe185a082f361342b1e30aed4582
target/m68k: Use DISAS_NORETURN for exceptions

The raise_exception helper does not return.  Do not generate
any code following that.

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