Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 Add /* FALLTHROUGH */ for DEBUG ker...



details:   https://anonhg.NetBSD.org/src/rev/166ccfcbde19
branches:  trunk
changeset: 448951:166ccfcbde19
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Feb 15 16:36:33 2019 +0000

description:
Add /* FALLTHROUGH */ for DEBUG kernel.

diffstat:

 sys/arch/sparc64/sparc64/trap.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 21b53459d59b -r 166ccfcbde19 sys/arch/sparc64/sparc64/trap.c
--- a/sys/arch/sparc64/sparc64/trap.c   Fri Feb 15 14:13:32 2019 +0000
+++ b/sys/arch/sparc64/sparc64/trap.c   Fri Feb 15 16:36:33 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.190 2019/02/14 20:09:40 palle Exp $ */
+/*     $NetBSD: trap.c,v 1.191 2019/02/15 16:36:33 hannken Exp $ */
 
 /*
  * Copyright (c) 1996-2002 Eduardo Horvath.  All rights reserved.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.190 2019/02/14 20:09:40 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.191 2019/02/15 16:36:33 hannken Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -625,6 +625,7 @@
                       l->l_proc->p_pid, l->l_lid, l->l_proc->p_comm,
                       pc, type, type < N_TRAP_TYPES ? trap_type[type] : T);
 #endif
+               /* FALLTHROUGH */
        case T_ILLINST:
 #if defined(DDB) && defined(DEBUG)
                if (trapdebug & TDB_STOPSIG)



Home | Main Index | Thread Index | Old Index