diff options
author | peter <peter@FreeBSD.org> | 1997-04-26 18:59:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-04-26 18:59:42 +0000 |
commit | 3558cef4bd35476fb2bc7ac738fe7ede8b899d5f (patch) | |
tree | 8c9c1aaa8c41431fc234f681214c8892025bbcd7 /sys | |
parent | 94ca6755e477e6eb994c9d9868f256fc4772f298 (diff) | |
download | FreeBSD-src-3558cef4bd35476fb2bc7ac738fe7ede8b899d5f.zip FreeBSD-src-3558cef4bd35476fb2bc7ac738fe7ede8b899d5f.tar.gz |
Back out bogus code that slipped past my read of the pre-merge diff
(Problems noted by Bruce)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/db_interface.c | 4 | ||||
-rw-r--r-- | 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 adee9ff..5f028b0 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 adee9ff..5f028b0 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; |