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 value for SCE/SWE instructions.
details: https://anonhg.NetBSD.org/src/rev/9e7055910f63
branches: trunk
changeset: 937291:9e7055910f63
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Aug 15 04:27:28 2020 +0000
description:
Fix value for SCE/SWE instructions.
Problem noticed by mrg@.
diffstat:
sys/arch/mips/include/mips_opcode.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 76dccb5fc68e -r 9e7055910f63 sys/arch/mips/include/mips_opcode.h
--- a/sys/arch/mips/include/mips_opcode.h Sat Aug 15 01:50:54 2020 +0000
+++ b/sys/arch/mips/include/mips_opcode.h Sat Aug 15 04:27:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_opcode.h,v 1.22 2020/07/26 08:08:41 simonb Exp $ */
+/* $NetBSD: mips_opcode.h,v 1.23 2020/08/15 04:27:28 simonb Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -316,8 +316,8 @@
#define OP_CACHEE 033 /* EVA */
#define OP_SBE 034 /* EVA */
#define OP_SHE 035 /* EVA */
-#define OP_SCE 035 /* EVA */
-#define OP_SWE 035 /* EVA */
+#define OP_SCE 036 /* EVA */
+#define OP_SWE 037 /* EVA */
#define OP_BSHFL 040 /* MIPS32/64 r2 */
#define OP_SWLE 041 /* EVA */
#define OP_SWRE 042 /* EVA */
Home |
Main Index |
Thread Index |
Old Index