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 fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/9def1be098eb
branches: trunk
changeset: 1023687:9def1be098eb
user: ryo <ryo%NetBSD.org@localhost>
date: Wed Sep 22 11:33:54 2021 +0000
description:
fix typo in comment
diffstat:
sys/arch/arm/include/mcontext.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a82602f6a7a9 -r 9def1be098eb sys/arch/arm/include/mcontext.h
--- a/sys/arch/arm/include/mcontext.h Wed Sep 22 05:42:19 2021 +0000
+++ b/sys/arch/arm/include/mcontext.h Wed Sep 22 11:33:54 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.21 2018/10/12 01:28:58 ryo Exp $ */
+/* $NetBSD: mcontext.h,v 1.22 2021/09/22 11:33:54 ryo Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
* General register state
*/
#if defined(__aarch64__)
-#define _NGREG 35 /* GR0-30, SP, PC, APSR, TPIDR */
+#define _NGREG 35 /* GR0-30, SP, PC, SPSR, TPIDR */
#define _NGREG32 17
typedef __uint64_t __greg_t;
typedef unsigned int __greg32_t;
Home |
Main Index |
Thread Index |
Old Index