artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab765f
)
add comma to fix offsets of trap type strings
author
jsg
<jsg@openbsd.org>
Sun, 20 Oct 2024 06:54:11 +0000
(06:54 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 20 Oct 2024 06:54:11 +0000
(06:54 +0000)
ok miod@
sys/arch/m88k/m88k/trap.c
patch
|
blob
|
history
diff --git
a/sys/arch/m88k/m88k/trap.c
b/sys/arch/m88k/m88k/trap.c
index
66677e2
..
ece0183
100644
(file)
--- a/
sys/arch/m88k/m88k/trap.c
+++ b/
sys/arch/m88k/m88k/trap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: trap.c,v 1.13
5 2024/03/03 11:14:34 miod Exp $
*/
+/* $OpenBSD: trap.c,v 1.13
6 2024/10/20 06:54:11 jsg Exp $
*/
/*
* Copyright (c) 2004, Miodrag Vallat.
* Copyright (c) 1998 Steve Murphree, Jr.
@@
-92,7
+92,7
@@
const char *trap_type[] = {
"Data Access Exception",
"Misaligned Access",
"Unimplemented Opcode",
- "Privilege Violation"
+ "Privilege Violation"
,
"Bounds Check Violation",
"Illegal Integer Divide",
"Integer Overflow",