diff options
author | Jake Burkholder <jake@FreeBSD.org> | 2002-12-30 18:18:22 +0000 |
---|---|---|
committer | Jake Burkholder <jake@FreeBSD.org> | 2002-12-30 18:18:22 +0000 |
commit | 591871e5cb950054f6e15dadc7b66824479180ef (patch) | |
tree | 819364d3a646e91485b2eb5d79d1450d530109cd /sys/dev/sab/sab.c | |
parent | 064c8b22be2cbcb68af8d7f25a5125691e0d166f (diff) |
Notes
Diffstat (limited to 'sys/dev/sab/sab.c')
-rw-r--r-- | sys/dev/sab/sab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c index beef8b1176a4..59ff4003eb8c 100644 --- a/sys/dev/sab/sab.c +++ b/sys/dev/sab/sab.c @@ -547,7 +547,9 @@ sabtty_intr(struct sabtty_softc *sc) { uint8_t isr0, isr1; int i, len = 0, needsoft = 0, clearfifo = 0; +#if defined(DDB) && defined(ALT_BREAK_TO_DEBUGGER) int brk = 0; +#endif uint8_t data; uint8_t *ptr; |