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/ed37be8484bd
branches: trunk
changeset: 980419:ed37be8484bd
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 378ef693d73d -r ed37be8484bd 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