Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 00:00:24 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13144 for review
Message-ID:  <200206190700.g5J70OO09514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13144

Change 13144 by julian@julian_jules1 on 2002/06/19 00:00:10

	Debug stuff

Affected files ...

... //depot/projects/kse/sys/kern/subr_trap.c#68 edit

Differences ...

==== //depot/projects/kse/sys/kern/subr_trap.c#68 (text+ko) ====

@@ -230,10 +230,12 @@
 			error = suword((caddr_t)td->td_kse->ke_mailbox +
 			    offsetof(struct kse_mailbox, kmbx_current_thread),
 			    0);
+#if 0
 #ifdef __i386__
-printf("suword mailbox to 0 error: %d, frame= %p, eip=%p, esp=%p\n", error,
+printf("suword mailbox to 0 error: %d, frame= %p, eip=%d, esp=%d\n", error,
 frame, frame->tf_eip, frame->tf_esp);
 #endif
+#endif
 		}
 		/*
 		 * Stop any chance that we may be separated from

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206190700.g5J70OO09514>