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 Fix a tyop.  Thankfully this #define w...
details:   https://anonhg.NetBSD.org/src/rev/2a3a8daf2656
branches:  trunk
changeset: 1012435:2a3a8daf2656
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jul 31 08:54:09 2020 +0000
description:
Fix a tyop.  Thankfully this #define was unused.
diffstat:
 sys/arch/mips/include/locore.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 09b48c55167c -r 2a3a8daf2656 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Fri Jul 31 08:06:33 2020 +0000
+++ b/sys/arch/mips/include/locore.h    Fri Jul 31 08:54:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.112 2020/07/31 03:03:04 simonb Exp $ */
+/* $NetBSD: locore.h,v 1.113 2020/07/31 08:54:09 simonb Exp $ */
 
 /*
  * This file should not be included by MI code!!!
@@ -806,7 +806,7 @@
 #define        TF_RA           _R_RA
 #define        TF_SR           _R_SR
 #define        TF_MULLO        _R_MULLO
-#define        TF_MULHI        _R_MULLO
+#define        TF_MULHI        _R_MULHI
 #define        TF_EPC          _R_PC           /* may be changed by trap() call */
 
 #define        TF_NREGS        (sizeof(struct reg) / sizeof(mips_reg_t))
Home |
Main Index |
Thread Index |
Old Index