diff options
Diffstat (limited to 'sys/dev/ic/com.c')
| -rw-r--r-- | sys/dev/ic/com.c | 4 |
1 files changed, 3 insertions, 1 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; |
