Module Name: src
Committed By: skrll
Date: Thu Feb 18 20:37:02 UTC 2021
Modified Files:
src/sys/arch/mips/include: profile.h
Log Message:
Revert previous... somehow the register names aren't available apparently
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mips/include/profile.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/mips/include/profile.h
diff -u src/sys/arch/mips/include/profile.h:1.24 src/sys/arch/mips/include/profile.h:1.25
--- src/sys/arch/mips/include/profile.h:1.24 Wed Feb 17 08:09:22 2021
+++ src/sys/arch/mips/include/profile.h Thu Feb 18 20:37:02 2021
@@ -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