Module Name:    src
Committed By:   skrll
Date:           Wed Nov  4 06:24:44 UTC 2020

Modified Files:
        src/sys/arch/riscv/include: reg.h

Log Message:
Remove incorrect comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/include/reg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/include/reg.h
diff -u src/sys/arch/riscv/include/reg.h:1.2 src/sys/arch/riscv/include/reg.h:1.3
--- src/sys/arch/riscv/include/reg.h:1.2	Fri Mar 27 06:57:21 2015
+++ src/sys/arch/riscv/include/reg.h	Wed Nov  4 06:24:44 2020
@@ -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

Reply via email to