Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/i386 add Empty LINTSTUB



details:   https://anonhg.NetBSD.org/src/rev/37f5f7e6a7ff
branches:  trunk
changeset: 538580:37f5f7e6a7ff
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Oct 23 00:12:27 2002 +0000

description:
add Empty LINTSTUB

diffstat:

 sys/arch/i386/i386/db_dbgreg.s |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f8c34eb59949 -r 37f5f7e6a7ff sys/arch/i386/i386/db_dbgreg.s
--- a/sys/arch/i386/i386/db_dbgreg.s    Wed Oct 23 00:11:00 2002 +0000
+++ b/sys/arch/i386/i386/db_dbgreg.s    Wed Oct 23 00:12:27 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_dbgreg.s,v 1.4 2002/05/14 14:22:33 yamt Exp $       */
+/*     $NetBSD: db_dbgreg.s,v 1.5 2002/10/23 00:12:27 perry Exp $      */
 
 /* 
  * Mach Operating System
@@ -26,6 +26,7 @@
  * the rights to redistribute these changes.
  */
 
+/* LINTSTUB: Empty */
 
 #include <i386/include/asm.h>
 #define S_ARG0  4(%esp)



Home | Main Index | Thread Index | Old Index