Re: [PATCH v6 32/66] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE

2021-10-31 Thread Philippe Mathieu-Daudé
On 10/30/21 19:16, Richard Henderson wrote: > QEMU does not allow the system control bits for either exception to > be enabled in linux-user, therefore both exceptions are dead code. > > Signed-off-by: Richard Henderson > --- > linux-user/openrisc/cpu_loop.c | 17 + > 1 file chan

[PATCH v6 32/66] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE

2021-10-30 Thread Richard Henderson
QEMU does not allow the system control bits for either exception to be enabled in linux-user, therefore both exceptions are dead code. Signed-off-by: Richard Henderson --- linux-user/openrisc/cpu_loop.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/linux-u