artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddb404
)
FPE_INTOVF botch
author
deraadt
<deraadt@openbsd.org>
Tue, 1 Apr 1997 20:13:27 +0000
(20:13 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 1 Apr 1997 20:13:27 +0000
(20:13 +0000)
sys/arch/i386/i386/svr4_machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/svr4_machdep.c
b/sys/arch/i386/i386/svr4_machdep.c
index
77c4ba5
..
40add2c
100644
(file)
--- a/
sys/arch/i386/i386/svr4_machdep.c
+++ b/
sys/arch/i386/i386/svr4_machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: svr4_machdep.c,v 1.1
1 1997/02/05 15:50:18
deraadt Exp $ */
+/* $OpenBSD: svr4_machdep.c,v 1.1
2 1997/04/01 20:13:27
deraadt Exp $ */
/* $NetBSD: svr4_machdep.c,v 1.24 1996/05/03 19:42:26 christos Exp $ */
/*
@@
-277,7
+277,7
@@
svr4_getsiginfo(si, sig, code, type, addr)
break;
case SIGFPE:
switch (type) {
- case
T_ARITHTRAP
:
+ case
FPE_INTOVF
:
si->svr4_si_code = SVR4_FPE_INTOVF;
si->svr4_si_trap = SVR4_T_DIVIDE;
break;