match SIGILL to ILL_COPROC
authorderaadt <deraadt@openbsd.org>
Tue, 4 Feb 1997 02:38:55 +0000 (02:38 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 4 Feb 1997 02:38:55 +0000 (02:38 +0000)
sys/arch/sparc/fpu/fpu.c

index ea82f00..dd63489 100644 (file)
@@ -168,7 +168,7 @@ fpu_cleanup(p, fs)
                        break;
 
                case NOTFPU:
-                       trapsignal(p, SIGILL, 0, FPE_FLTINV, 0);
+                       trapsignal(p, SIGILL, 0, ILL_COPROC, 0);
                        break;
 
                default: