Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Fix cut'n'paste typo - OP_CVM_DMUL is dmu...
details: https://anonhg.NetBSD.org/src/rev/ddce88c550eb
branches: trunk
changeset: 954331:ddce88c550eb
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Apr 05 07:27:11 2021 +0000
description:
Fix cut'n'paste typo - OP_CVM_DMUL is dmul, not baddu.
diffstat:
sys/arch/mips/mips/db_disasm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ad1c2199ef2d -r ddce88c550eb sys/arch/mips/mips/db_disasm.c
--- a/sys/arch/mips/mips/db_disasm.c Mon Apr 05 07:00:06 2021 +0000
+++ b/sys/arch/mips/mips/db_disasm.c Mon Apr 05 07:27:11 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_disasm.c,v 1.38 2021/04/05 07:00:06 simonb Exp $ */
+/* $NetBSD: db_disasm.c,v 1.39 2021/04/05 07:27:11 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.38 2021/04/05 07:00:06 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.39 2021/04/05 07:27:11 simonb Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -85,7 +85,7 @@
[OP_MADDU] = "maddu",
[OP_MUL] = "mul",
#ifdef __OCTEON__
- [OP_CVM_DMUL] = "baddu",
+ [OP_CVM_DMUL] = "dmul",
#endif
[OP_MSUB] = "msub",
[OP_MSUBU] = "msubu",
Home |
Main Index |
Thread Index |
Old Index