]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 15 Sep 2021 03:27:58 +0000 (20:27 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commitd315712b69fa34c27d09d425ca5951a08b07ade8
tree3191274a41088d072fa476974b85e6c0a12a314f
parentfac94cb36daacd202f718865ea82f5ff5a2b5a93
linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE

QEMU does not allow the system control bits for either exception to
be enabled in linux-user, therefore both exceptions are dead code.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/openrisc/cpu_loop.c