Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Fix copy & pasto in previous (to fix ...



details:   https://anonhg.NetBSD.org/src/rev/5fbd0e367763
branches:  trunk
changeset: 930940:5fbd0e367763
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Apr 18 10:30:49 2020 +0000

description:
Fix copy & pasto in previous (to fix the build)

diffstat:

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

diffs (18 lines):

diff -r cef63012609c -r 5fbd0e367763 sys/arch/alpha/include/asm.h
--- a/sys/arch/alpha/include/asm.h      Sat Apr 18 09:45:45 2020 +0000
+++ b/sys/arch/alpha/include/asm.h      Sat Apr 18 10:30:49 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.37 2020/04/17 14:19:43 joerg Exp $ */
+/* $NetBSD: asm.h,v 1.38 2020/04/18 10:30:49 martin Exp $ */
 
 /*
  * Copyright (c) 1991,1990,1989,1994,1995,1996 Carnegie Mellon University
@@ -644,7 +644,7 @@
  */
 #define        __SECTIONSTRING(_sec, _str)                             \
        .pushsection _sec,"MS",@progbits,1;                     \
-       .asciz x;                                               \
+       .asciz _str;                                            \
        .popsection
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index