Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include add missing _



details:   https://anonhg.NetBSD.org/src/rev/089ef544c16c
branches:  trunk
changeset: 790594:089ef544c16c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 17 23:05:08 2013 +0000

description:
add missing _

diffstat:

 sys/arch/amd64/include/db_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e086b1114637 -r 089ef544c16c sys/arch/amd64/include/db_machdep.h
--- a/sys/arch/amd64/include/db_machdep.h       Thu Oct 17 23:04:20 2013 +0000
+++ b/sys/arch/amd64/include/db_machdep.h       Thu Oct 17 23:05:08 2013 +0000
@@ -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 @@
                                 (((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 */
 



Home | Main Index | Thread Index | Old Index