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 t9 instead of $25 in the SETUP_GP6...
details: https://anonhg.NetBSD.org/src/rev/a5eee9429c85
branches: trunk
changeset: 951490:a5eee9429c85
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Feb 04 08:51:42 2021 +0000
description:
Use t9 instead of $25 in the SETUP_GP64 macro to hopefully make things
a bit clearer. Same libc binary after.
diffstat:
sys/arch/mips/include/asm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 28ad87dad15d -r a5eee9429c85 sys/arch/mips/include/asm.h
--- a/sys/arch/mips/include/asm.h Thu Feb 04 07:39:39 2021 +0000
+++ b/sys/arch/mips/include/asm.h Thu Feb 04 08:51:42 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.62 2020/09/26 08:19:11 simonb Exp $ */
+/* $NetBSD: asm.h,v 1.63 2021/02/04 08:51:42 skrll Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -619,7 +619,7 @@
#define SETUP_GPX(r) /* o32 specific */
#define SETUP_GPX_L(r,lbl) /* o32 specific */
#define SAVE_GP(x) /* o32 specific */
-#define SETUP_GP64(a,b) .cpsetup $25, a, b
+#define SETUP_GP64(a,b) .cpsetup t9, a, b
#define SETUP_GPX64(a,b) \
.set push; \
move b,ra; \
Home |
Main Index |
Thread Index |
Old Index