aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-04-26 18:59:42 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-04-26 18:59:42 +0000
commitc9c20622ad672d5555012a8c46dcbd1681b290ca (patch)
treef55719d1cd2d02d42cc2f547af3952a54b767ec0 /sys/amd64
parentacc7657309d9844ec1e49f1b73b2286b2c753f70 (diff)
downloadsrc-c9c20622ad672d5555012a8c46dcbd1681b290ca.tar.gz
src-c9c20622ad672d5555012a8c46dcbd1681b290ca.zip
Back out bogus code that slipped past my read of the pre-merge diff
(Problems noted by Bruce)
Notes
Notes: svn path=/head/; revision=25173
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/db_interface.c4
1 files changed, 1 insertions, 3 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;