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 OP_BLTZAL was defined twice.



details:   https://anonhg.NetBSD.org/src/rev/a7ce2cd8628c
branches:  trunk
changeset: 513779:a7ce2cd8628c
user:      soda <soda%NetBSD.org@localhost>
date:      Mon Aug 13 18:48:48 2001 +0000

description:
OP_BLTZAL was defined twice.

diffstat:

 sys/arch/mips/include/mips_opcode.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 97bc974b76f8 -r a7ce2cd8628c sys/arch/mips/include/mips_opcode.h
--- a/sys/arch/mips/include/mips_opcode.h       Mon Aug 13 18:45:49 2001 +0000
+++ b/sys/arch/mips/include/mips_opcode.h       Mon Aug 13 18:48:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_opcode.h,v 1.7 2000/07/11 06:27:58 jeffs Exp $    */
+/*     $NetBSD: mips_opcode.h,v 1.8 2001/08/13 18:48:48 soda Exp $     */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -273,7 +273,6 @@
 #define OP_TEQI                014             /* MIPS-II, for r4000 port */
 #define OP_TNEI                016             /* MIPS-II, for r4000 port */
 
-#define OP_BLTZAL      020
 #define OP_BLTZAL      020             /* MIPS-II, for r4000 port */
 #define OP_BGEZAL      021
 #define OP_BLTZALL     022



Home | Main Index | Thread Index | Old Index