Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/dev #ifdef out debug garbage.
details: https://anonhg.NetBSD.org/src/rev/307b11f84df3
branches: trunk
changeset: 933903:307b11f84df3
user: rin <rin%NetBSD.org@localhost>
date: Sun May 31 09:00:25 2020 +0000
description:
#ifdef out debug garbage.
diffstat:
sys/arch/mac68k/dev/adbsysasm.s | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 1950484f61b5 -r 307b11f84df3 sys/arch/mac68k/dev/adbsysasm.s
--- a/sys/arch/mac68k/dev/adbsysasm.s Sun May 31 08:59:40 2020 +0000
+++ b/sys/arch/mac68k/dev/adbsysasm.s Sun May 31 09:00:25 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adbsysasm.s,v 1.12 2009/11/01 01:51:35 snj Exp $ */
+/* $NetBSD: adbsysasm.s,v 1.13 2020/05/31 09:00:25 rin Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@@ -64,11 +64,11 @@
#endif
rts
-
+#if defined(ADB_DEBUG) && 0
GLOBAL(adb_jadbprochello)
.asciz "adb: hello from adbproc\n"
.even
-
+#endif
GLOBAL(adb_jadbproc)
#if defined(ADB_DEBUG) && 0
Home |
Main Index |
Thread Index |
Old Index