]> git.proxmox.com Git - mirror_qemu.git/commit - target/hexagon/translate.c
Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURN
authorTaylor Simpson <tsimpson@quicinc.com>
Fri, 9 Apr 2021 01:07:33 +0000 (20:07 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 1 May 2021 15:31:43 +0000 (08:31 -0700)
commit743debbc373ffcd8eb66dc388632c03f5e951bfc
treeed61b597ead9f05a8fa5dd75d9bc163d66856a1c
parent7d9ab2021f98b93a5af10f594daad6472b530e4d
Hexagon (target/hexagon) properly generate TB end for DISAS_NORETURN

When exiting a TB, generate all the code before returning from
hexagon_tr_translate_packet so that nothing needs to be done in
hexagon_tr_tb_stop.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1617930474-31979-6-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/translate.c
target/hexagon/translate.h