Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Use the register name and not its numb...
details: https://anonhg.NetBSD.org/src/rev/34b8ffa8384c
branches: trunk
changeset: 952781:34b8ffa8384c
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Feb 17 08:09:22 2021 +0000
description:
Use the register name and not its number in _PROF_CPLOAD.
"yes please!" from simon@
diffstat:
sys/arch/mips/include/profile.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f355a9cad244 -r 34b8ffa8384c sys/arch/mips/include/profile.h
--- a/sys/arch/mips/include/profile.h Wed Feb 17 06:54:23 2021 +0000
+++ b/sys/arch/mips/include/profile.h Wed Feb 17 08:09:22 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: profile.h,v 1.23 2021/02/16 06:06:58 simonb Exp $ */
+/* $NetBSD: profile.h,v 1.24 2021/02/17 08:09:22 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
#ifdef _KERNEL
# define _PROF_CPLOAD ""
#else
-# define _PROF_CPLOAD ".cpload $25;"
+# define _PROF_CPLOAD ".cpload t9;"
#endif
Home |
Main Index |
Thread Index |
Old Index