From c9c20622ad672d5555012a8c46dcbd1681b290ca Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 26 Apr 1997 18:59:42 +0000 Subject: [PATCH] Back out bogus code that slipped past my read of the pre-merge diff (Problems noted by Bruce) --- sys/amd64/amd64/db_interface.c | 4 +--- sys/i386/i386/db_interface.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index adee9ff7fe47..5f028b04e740 100644 --- a/sys/amd64/amd64/db_interface.c +++ b/sys/amd64/amd64/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.27 1997/03/28 12:56:07 bde Exp $ + * $Id: db_interface.c,v 1.28 1997/04/26 11:45:03 peter Exp $ */ /* @@ -265,8 +265,6 @@ Debugger(msg) if (!in_Debugger) { in_Debugger = 1; - printf("CR0=%08x",rcr0()); - printf("CR3=%08x",rcr3()); db_printf("Debugger(\"%s\")\n", msg); breakpoint(); in_Debugger = 0; diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index adee9ff7fe47..5f028b04e740 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.27 1997/03/28 12:56:07 bde Exp $ + * $Id: db_interface.c,v 1.28 1997/04/26 11:45:03 peter Exp $ */ /* @@ -265,8 +265,6 @@ Debugger(msg) if (!in_Debugger) { in_Debugger = 1; - printf("CR0=%08x",rcr0()); - printf("CR3=%08x",rcr3()); db_printf("Debugger(\"%s\")\n", msg); breakpoint(); in_Debugger = 0;