Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/include Remove incorrect comment
details: https://anonhg.NetBSD.org/src/rev/350cbd30460d
branches: trunk
changeset: 942029:350cbd30460d
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Nov 04 06:24:44 2020 +0000
description:
Remove incorrect comment
diffstat:
sys/arch/riscv/include/reg.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 043625f88d94 -r 350cbd30460d sys/arch/riscv/include/reg.h
--- a/sys/arch/riscv/include/reg.h Wed Nov 04 06:09:55 2020 +0000
+++ b/sys/arch/riscv/include/reg.h Wed Nov 04 06:24:44 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reg.h,v 1.2 2015/03/27 06:57:21 matt Exp $ */
+/* $NetBSD: reg.h,v 1.3 2020/11/04 06:24:44 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -44,7 +44,6 @@
// x12-x17 = a2-a7 (arguments)
// x18-r27 = s2-s11 (saved registers)
// x28-x31 = t3-r6 (temporaries)
-// x26-x30 = t0-t4 (temporary)
struct reg { // synced with register_t in <riscv/types.h>
#ifdef _LP64
Home |
Main Index |
Thread Index |
Old Index