We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85c9b9 commit ff66f72Copy full SHA for ff66f72
1 file changed
sys/arch/m68k/fpe/fpu_fstore.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: fpu_fstore.c,v 1.14 2013/03/26 11:30:21 isaki Exp $ */
+/* $NetBSD: fpu_fstore.c,v 1.15 2025/01/03 05:42:50 isaki Exp $ */
2
3
/*
4
* Copyright (c) 1995 Ken Nakata
@@ -26,7 +26,7 @@
26
*/
27
28
#include <sys/cdefs.h>
29
-__KERNEL_RCSID(0, "$NetBSD: fpu_fstore.c,v 1.14 2013/03/26 11:30:21 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_fstore.c,v 1.15 2025/01/03 05:42:50 isaki Exp $");
30
31
#include <sys/types.h>
32
#include <sys/signal.h>
@@ -79,7 +79,7 @@ fpu_emul_fstore(struct fpemu *fe, struct instruction *insn)
79
#if DEBUG_FPE
80
printf(" fpu_emul_fstore: invalid format %d\n", format);
81
#endif
82
- sig = SIGFPE;
+ return SIGFPE;
83
}
84
85
printf(" fpu_emul_fstore: format %d, size %d\n",
0 commit comments