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 Revert previous... somehow the registe...
details: https://anonhg.NetBSD.org/src/rev/00dbe261147e
branches: trunk
changeset: 952816:00dbe261147e
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Feb 18 20:37:02 2021 +0000
description:
Revert previous... somehow the register names aren't available apparently
diffstat:
sys/arch/mips/include/profile.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1fa60cb4d332 -r 00dbe261147e sys/arch/mips/include/profile.h
--- a/sys/arch/mips/include/profile.h Thu Feb 18 18:31:22 2021 +0000
+++ b/sys/arch/mips/include/profile.h Thu Feb 18 20:37:02 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: profile.h,v 1.24 2021/02/17 08:09:22 skrll Exp $ */
+/* $NetBSD: profile.h,v 1.25 2021/02/18 20:37:02 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
#ifdef _KERNEL
# define _PROF_CPLOAD ""
#else
-# define _PROF_CPLOAD ".cpload t9;"
+# define _PROF_CPLOAD ".cpload $25;"
#endif
Home |
Main Index |
Thread Index |
Old Index