diff --git a/sys/arch/sparc/sparc/db_interface.c b/sys/arch/sparc/sparc/db_interface.c index 81678f6c640b..b71762223c08 100644 --- a/sys/arch/sparc/sparc/db_interface.c +++ b/sys/arch/sparc/sparc/db_interface.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_interface.c,v 1.17 1997/08/31 21:22:44 pk Exp $ */ +/* $NetBSD: db_interface.c,v 1.18 1997/09/01 00:16:31 pk Exp $ */ /* * Mach Operating System @@ -42,12 +42,13 @@ #include +#include + #if defined(DDB) #include #include #include #include -#include #include #endif @@ -95,16 +96,18 @@ db_write_bytes(addr, size, data) } + +#if defined(DDB) + +/* + * Data and functions used by DDB only. + */ void Debugger() { asm("ta 0x81"); } -#if defined(DDB) -/* - * Data and functions used by DDB only. - */ static int nil; struct db_variable db_regs[] = {