artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e232a4
)
match SIGILL to ILL_COPROC
author
deraadt
<deraadt@openbsd.org>
Tue, 4 Feb 1997 02:38:55 +0000
(
02:38
+0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 4 Feb 1997 02:38:55 +0000
(
02:38
+0000)
sys/arch/sparc/fpu/fpu.c
patch
|
blob
|
history
diff --git
a/sys/arch/sparc/fpu/fpu.c
b/sys/arch/sparc/fpu/fpu.c
index
ea82f00
..
dd63489
100644
(file)
--- a/
sys/arch/sparc/fpu/fpu.c
+++ b/
sys/arch/sparc/fpu/fpu.c
@@
-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: