This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit ac3a6678605a4bacea14e93965c581fbffa9551c
Author: Xiang Xiao <[email protected]>
AuthorDate: Fri Jan 27 20:05:49 2023 +0800

    Fix chip/intel64_handlers.c:136: error: "SIGFPE" redefined [-Werror]
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 arch/x86_64/src/intel64/intel64_handlers.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/x86_64/src/intel64/intel64_handlers.c 
b/arch/x86_64/src/intel64/intel64_handlers.c
index 4e5295a61f..61ddbfaef2 100644
--- a/arch/x86_64/src/intel64/intel64_handlers.c
+++ b/arch/x86_64/src/intel64/intel64_handlers.c
@@ -133,8 +133,6 @@ static uint64_t *common_handler(int irq, uint64_t *regs)
  *
  ****************************************************************************/
 
-#define SIGFPE 8
-
 uint64_t *isr_handler(uint64_t *regs, uint64_t irq)
 {
 #ifdef CONFIG_SUPPRESS_INTERRUPTS

Reply via email to