diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 21:02:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-02 21:02:16 +0000 |
commit | d16bbeccd00588ef047cda7cc81a4e93c6bf8236 (patch) | |
tree | 1ca4a47c8f3102a8eaad0c66559f2d93571e9bb3 /sys/stand/boot | |
parent | 817cc37fae979ec15b9a0f54ee2f483502cf1503 (diff) |
Xregs is DUMP_REGS -- dependable
Diffstat (limited to 'sys/stand/boot')
-rw-r--r-- | sys/stand/boot/cmd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/stand/boot/cmd.c b/sys/stand/boot/cmd.c index 11815efc6c4..4457f9fe190 100644 --- a/sys/stand/boot/cmd.c +++ b/sys/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)); |