From 795a421b2cc8124da3b281b36f927d2f24980e20 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 20 Oct 2024 06:54:12 +0000 Subject: add comma to fix offsets of trap type strings ok miod@ --- sys/arch/m88k/m88k/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m88k') 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", -- cgit v1.2.3