Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.

Submitted by:	marius@alchemy.franken.de
This commit is contained in:
Jake Burkholder 2002-12-30 18:18:22 +00:00
parent 064c8b22be
commit 591871e5cb

View File

@ -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;