Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sh5/include Doh, missed a #endif



details:   https://anonhg.NetBSD.org/src/rev/f26deeca759b
branches:  trunk
changeset: 533852:f26deeca759b
user:      scw <scw%NetBSD.org@localhost>
date:      Wed Jul 10 10:30:19 2002 +0000

description:
Doh, missed a #endif

diffstat:

 sys/arch/sh5/include/profile.h |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 2067db7912ba -r f26deeca759b sys/arch/sh5/include/profile.h
--- a/sys/arch/sh5/include/profile.h    Wed Jul 10 10:28:00 2002 +0000
+++ b/sys/arch/sh5/include/profile.h    Wed Jul 10 10:30:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: profile.h,v 1.1 2002/07/10 10:24:16 scw Exp $  */
+/*     $NetBSD: profile.h,v 1.2 2002/07/10 10:30:19 scw Exp $  */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -46,6 +46,7 @@
  */
 
 #ifdef _LP64
+
 #define        MCOUNT                                  \
 __asm("        .globl  _mcount                         \n" \
 "      .type   _mcount,@function               \n" \
@@ -80,7 +81,7 @@
 "      ptabs/l r0, tr0                         \n" \
 "      ld.q    r15, 80, r14                    \n" \
 "      addi    r15, 96, r15                    \n" \
-"      blink   tr0, r63                        \n"
+"      blink   tr0, r63                        \n")
 
 #else  /* !_LP64 */
 
@@ -118,7 +119,8 @@
 "      ptabs/l r0, tr0                         \n" \
 "      ld.l    r15, 72, r14                    \n" \
 "      addi.l  r15, 80, r15                    \n" \
-"      blink   tr0, r63                        \n"
+"      blink   tr0, r63                        \n")
+#endif
 
 #ifdef _KERNEL
 #define        MCOUNT_ENTER                                    \



Home | Main Index | Thread Index | Old Index