From d16bbeccd00588ef047cda7cc81a4e93c6bf8236 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 2 Sep 1997 21:02:16 +0000 Subject: Xregs is DUMP_REGS -- dependable --- sys/arch/i386/stand/boot/cmd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/stand/boot/cmd.c b/sys/arch/i386/stand/boot/cmd.c index 11815efc6c4..4457f9fe190 100644 --- a/sys/arch/i386/stand/boot/cmd.c +++ b/sys/arch/i386/stand/boot/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.30 1997/09/02 20:48:17 mickey Exp $ */ +/* $OpenBSD: cmd.c,v 1.31 1997/09/02 21:02:15 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -47,6 +47,8 @@ static int Xboot __P((void)); static int Xdevice __P((void)); #ifdef DEBUG static int Xdebug __P((void)); +#endif +#ifdef DUMP_REGS static int Xregs __P((void)); #endif static int Xhelp __P((void)); -- cgit v1.2.3