From c6d5f3ac3ee5f1f3d7af22cd026a7e65b1e481b8 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Tue, 21 Mar 1995 07:02:51 +0000 Subject: [PATCH] Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG. --- sys/amd64/amd64/trap.c | 4 ++-- sys/i386/i386/trap.c | 4 ++-- sys/kern/subr_trap.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index 2e64eddbceb..a474bc535b5 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.48 1995/02/14 19:20:31 sos Exp $ + * $Id: trap.c,v 1.49 1995/03/16 18:11:31 bde Exp $ */ /* @@ -373,7 +373,7 @@ trap(frame) trapsignal(p, i, ucode); -#ifdef DIAGNOSTIC +#ifdef DEBUG eva = rcr2(); if (type <= MAX_TRAP_MSG) { uprintf("fatal process exception: %s", diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 2e64eddbceb..a474bc535b5 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.48 1995/02/14 19:20:31 sos Exp $ + * $Id: trap.c,v 1.49 1995/03/16 18:11:31 bde Exp $ */ /* @@ -373,7 +373,7 @@ trap(frame) trapsignal(p, i, ucode); -#ifdef DIAGNOSTIC +#ifdef DEBUG eva = rcr2(); if (type <= MAX_TRAP_MSG) { uprintf("fatal process exception: %s", diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 2e64eddbceb..a474bc535b5 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.48 1995/02/14 19:20:31 sos Exp $ + * $Id: trap.c,v 1.49 1995/03/16 18:11:31 bde Exp $ */ /* @@ -373,7 +373,7 @@ trap(frame) trapsignal(p, i, ucode); -#ifdef DIAGNOSTIC +#ifdef DEBUG eva = rcr2(); if (type <= MAX_TRAP_MSG) { uprintf("fatal process exception: %s",