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/9f910d033d14
branches:  trunk
changeset: 945682:9f910d033d14
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 6122c75ef49f -r 9f910d033d14 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