]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 May 2018 17:57:21 +0000 (10:57 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 30 Jun 2018 18:58:03 +0000 (11:58 -0700)
commitf3531da588b47a240a6c9f8bbd84835efed4e902
tree0ceda3e32a8ecb16ee1402ac73d3ffa7c10bf708
parentf40385c959d01bf33a0e3c12ef0fdb402ad98a1c
target/xtensa: Replace DISAS_UPDATE with DISAS_NORETURN

The usage of DISAS_UPDATE is after noreturn helpers.
It is thus indistinguishable from DISAS_NORETURN.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c