mirror of
https://github.com/qemu/qemu.git
synced 2024-12-02 16:23:35 +08:00
linux-user: Remove TARGET_NSIGFPE
This define is unused, and we have no similar define for the other signal sub-codes. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220107213243.212806-8-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
7337adeac0
commit
6ac3bf1f55
@ -688,7 +688,6 @@ typedef struct target_siginfo {
|
||||
#define TARGET_FPE_FLTINV (7) /* floating point invalid operation */
|
||||
#define TARGET_FPE_FLTSUB (8) /* subscript out of range */
|
||||
#define TARGET_FPE_FLTUNK (14) /* undiagnosed fp exception */
|
||||
#define TARGET_NSIGFPE 15
|
||||
|
||||
/*
|
||||
* SIGSEGV si_codes
|
||||
|
Loading…
Reference in New Issue
Block a user