artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0670387
)
Trap 17 (T_ALIGNFLT) supplies an error code in hardware; use TRAP()
author
guenther
<guenther@openbsd.org>
Sun, 16 Apr 2023 05:40:25 +0000
(
05:40
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 16 Apr 2023 05:40:25 +0000
(
05:40
+0000)
instead of ZTRAP(). T_ALIGNFLT fixed in NetBSD on 2003-12-12
ok deraadt@ jsg@
sys/arch/i386/i386/locore.s
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/locore.s
b/sys/arch/i386/i386/locore.s
index
df2d034
..
a3511cf
100644
(file)
--- a/
sys/arch/i386/i386/locore.s
+++ b/
sys/arch/i386/i386/locore.s
@@
-1,4
+1,4
@@
-/* $OpenBSD: locore.s,v 1.20
0 2023/01/31 15:18:54 deraadt Exp $
*/
+/* $OpenBSD: locore.s,v 1.20
1 2023/04/16 05:40:25 guenther Exp $
*/
/* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */
/*-
@@
-1166,7
+1166,7
@@
IDTVEC(fpu)
ZTRAP(T_ARITHTRAP)
#endif
IDTVEC(align)
-
Z
TRAP(T_ALIGNFLT)
+ TRAP(T_ALIGNFLT)
/* 18 - 31 reserved for future exp */
/*