summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1996-07-10 18:14:04 +0000
committercgd <cgd@NetBSD.org>1996-07-10 18:14:04 +0000
commitbc2f07f331cefd5dff26fb8e68b97ad2aa14ba4c (patch)
tree1ee8a94a3555b6b0ac5d13531e09483916977e4e /sys/dev
parent9764a289cd169dd1465ecc408a21c896d2c40717 (diff)
move DDB-only label inside an #ifdef, so that -Wall works
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/com.c4
-rw-r--r--sys/dev/isa/com.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index d9b909af112..384a14e5711 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.83 1996/05/30 18:24:09 cgd Exp $ */
+/* $NetBSD: com.c,v 1.84 1996/07/10 18:14:04 cgd Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996
@@ -1240,7 +1240,9 @@ comintr(arg)
sc->sc_mcr);
}
}
+#ifdef DDB
next:
+#endif
#ifdef COM_DEBUG
if (++n >= 32)
goto ohfudge;
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c
index d9b909af112..384a14e5711 100644
--- a/sys/dev/isa/com.c
+++ b/sys/dev/isa/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.83 1996/05/30 18:24:09 cgd Exp $ */
+/* $NetBSD: com.c,v 1.84 1996/07/10 18:14:04 cgd Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996
@@ -1240,7 +1240,9 @@ comintr(arg)
sc->sc_mcr);
}
}
+#ifdef DDB
next:
+#endif
#ifdef COM_DEBUG
if (++n >= 32)
goto ohfudge;