]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/nios2: Support division error exception
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 21 Apr 2022 15:17:12 +0000 (08:17 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Apr 2022 15:16:41 +0000 (08:16 -0700)
commit345b7a8757e89a8f70a1fa09c6d51310650ef8be
tree57adcb4bfe3cb0e3d115c846475b5113989d388e
parente8d12542ee5646843c5557db3c78a6c29dc6bf29
target/nios2: Support division error exception

Division may (optionally) raise a division exception.
Since the linux kernel has been prepared for this for
some time, enable it by default.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220421151735.31996-42-richard.henderson@linaro.org>
linux-user/nios2/cpu_loop.c
target/nios2/cpu.c
target/nios2/cpu.h
target/nios2/helper.c
target/nios2/helper.h
target/nios2/op_helper.c
target/nios2/translate.c