Define ddb_regs here (and extern in db_machdep.h)

This commit is contained in:
gwr 1997-02-18 22:27:32 +00:00
parent 1cf9e54f49
commit 25c5ca44ce
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_interface.c,v 1.23 1997/01/15 23:11:47 gwr Exp $ */
/* $NetBSD: db_interface.c,v 1.24 1997/02/18 22:27:32 gwr Exp $ */
/*
* Mach Operating System
@ -49,6 +49,7 @@
extern label_t *db_recover;
int db_active = 0;
db_regs_t ddb_regs;
static void kdbprinttrap __P((int, int));