target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
commit11a7511856a059796812f7c25ceca6b35cae4b3e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 14 Dec 2020 18:08:45 +0000 (14 19:08 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree32646b462823a33b0771184a8eff9f6cac221030
parent46c9e2b3dddc63bc85e07e3ad33fceb9d300be67
target/mips: Replace gen_exception_err(err=0) by gen_exception_end()

generate_exception_err(err=0) is simply generate_exception_end().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214183739.500368-11-f4bug@amsat.org>
target/mips/translate.c