diff options
author | dfr <dfr@FreeBSD.org> | 1999-05-14 11:15:13 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-05-14 11:15:13 +0000 |
commit | 29cc5794964b10b5c333e8d03f21ca3506b79cad (patch) | |
tree | d3e3c08134662af41399c93d37f43b93780f98d1 | |
parent | 56970da499094d0831dfdbb1ac364982c49ff2b2 (diff) | |
download | FreeBSD-src-29cc5794964b10b5c333e8d03f21ca3506b79cad.zip FreeBSD-src-29cc5794964b10b5c333e8d03f21ca3506b79cad.tar.gz |
The previous log message should have read:
Use breakpoint() to start debugger to avoid crashing back to the firmware
when gdb tries to print the msg argument to Debugger().
-rw-r--r-- | sys/alpha/alpha/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 26a068c..bef4b1e 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: machdep.c,v 1.41 1999/05/11 18:55:18 dt Exp $ + * $Id: machdep.c,v 1.42 1999/05/14 11:13:21 dfr Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. |