diff options
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/m88k/trap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/m88k/trap.c b/sys/arch/m88k/m88k/trap.c index 66677e280ee..ece0183b97c 100644 --- a/sys/arch/m88k/m88k/trap.c +++ b/sys/arch/m88k/m88k/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.135 2024/03/03 11:14:34 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.136 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", |