]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Use tcg_constant_i32() in generate_exception_err()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 15 Aug 2021 13:56:13 +0000 (15:56 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commita8b18de7f5f8283633e5fc3378fbd6d0c9f4a1ae
tree0cbd19438afe21902aa4a8cc075ba7c8eca8ee6f
parentae71abadd58037dd457f021f9be381e32f1815ec
target/mips: Use tcg_constant_i32() in generate_exception_err()

excp/err are temporaries input, so we can replace tcg_const_i32()
calls by tcg_constant_i32() equivalent.

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