Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Whitespace
details: https://anonhg.NetBSD.org/src/rev/53016cac97d8
branches: trunk
changeset: 351631:53016cac97d8
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Feb 20 10:34:55 2017 +0000
description:
Whitespace
diffstat:
sys/arch/arm/include/db_machdep.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a34f21e2ef01 -r 53016cac97d8 sys/arch/arm/include/db_machdep.h
--- a/sys/arch/arm/include/db_machdep.h Mon Feb 20 09:58:58 2017 +0000
+++ b/sys/arch/arm/include/db_machdep.h Mon Feb 20 10:34:55 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.22 2014/09/13 18:08:38 matt Exp $ */
+/* $NetBSD: db_machdep.h,v 1.23 2017/02/20 10:34:55 skrll Exp $ */
/*
* Copyright (c) 1996 Scott K Stevens
@@ -81,7 +81,7 @@
#define T_BREAKPOINT (1)
#define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
-#define IS_WATCHPOINT_TRAP(type, code) (0)
+#define IS_WATCHPOINT_TRAP(type, code) (0)
#define inst_trap_return(ins) (0)
/* ldmxx reg, {..., pc}
Home |
Main Index |
Thread Index |
Old Index