Module Name:    src
Committed By:   christos
Date:           Thu Oct 17 23:05:08 UTC 2013

Modified Files:
        src/sys/arch/amd64/include: db_machdep.h

Log Message:
add missing _


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/db_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/db_machdep.h
diff -u src/sys/arch/amd64/include/db_machdep.h:1.13 src/sys/arch/amd64/include/db_machdep.h:1.14
--- src/sys/arch/amd64/include/db_machdep.h:1.13	Thu Oct 17 19:04:20 2013
+++ src/sys/arch/amd64/include/db_machdep.h	Thu Oct 17 19:05:08 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: db_machdep.h,v 1.13 2013/10/17 23:04:20 christos Exp $	*/
+/*	$NetBSD: db_machdep.h,v 1.14 2013/10/17 23:05:08 christos Exp $	*/
 
 /* 
  * Mach Operating System
@@ -88,7 +88,7 @@ extern db_regs_t *ddb_regp;
 				 (((ins)&0xff) == I_CALLI && \
 				  ((ins)&0x3800) == 0x1000))
 #define inst_load(ins)		(__USE(ins), 0)
-#define inst_store(ins)		(_USE(ins), 0)
+#define inst_store(ins)		(__USE(ins), 0)
 
 /* access capability and access macros */
 

Reply via email to