Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 Fix a missing p to l change.



details:   https://anonhg.NetBSD.org/src/rev/d461cb82eeeb
branches:  trunk
changeset: 542213:d461cb82eeeb
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 23 23:18:04 2003 +0000

description:
Fix a missing p to l change.

diffstat:

 sys/arch/sparc64/sparc64/svr4_32_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d3f4ba333118 -r d461cb82eeeb sys/arch/sparc64/sparc64/svr4_32_machdep.c
--- a/sys/arch/sparc64/sparc64/svr4_32_machdep.c        Thu Jan 23 22:33:41 2003 +0000
+++ b/sys/arch/sparc64/sparc64/svr4_32_machdep.c        Thu Jan 23 23:18:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_32_machdep.c,v 1.10 2003/01/21 20:42:03 martin Exp $       */
+/*     $NetBSD: svr4_32_machdep.c,v 1.11 2003/01/23 23:18:04 matt Exp $         */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -144,7 +144,7 @@
        write_user_windows();
        if (rwindow_save(l)) {
 #ifdef DEBUG
-               printf("svr4_32_getcontext: rwindow_save(%p) failed, sending SIGILL\n", p);
+               printf("svr4_32_getcontext: rwindow_save(%p) failed, sending SIGILL\n", l);
 #ifdef DDB
                Debugger();
 #endif



Home | Main Index | Thread Index | Old Index