Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/m68k/m68k Pull up following revision(s) (request...
details: https://anonhg.NetBSD.org/src/rev/149070ffad0c
branches: netbsd-7
changeset: 798477:149070ffad0c
user: martin <martin%NetBSD.org@localhost>
date: Thu Oct 30 12:30:24 2014 +0000
description:
Pull up following revision(s) (requested by maxv in ticket #167):
sys/arch/m68k/m68k/db_disasm.c: revision 1.41
fix cut-n-paste
diffstat:
sys/arch/m68k/m68k/db_disasm.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r c32eac0f22fc -r 149070ffad0c sys/arch/m68k/m68k/db_disasm.c
--- a/sys/arch/m68k/m68k/db_disasm.c Thu Oct 30 12:18:56 2014 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.c Thu Oct 30 12:30:24 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_disasm.c,v 1.40 2013/10/19 19:13:51 martin Exp $ */
+/* $NetBSD: db_disasm.c,v 1.40.4.1 2014/10/30 12:30:24 martin Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
@@ -63,7 +63,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.40 2013/10/19 19:13:51 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.40.4.1 2014/10/30 12:30:24 martin Exp $");
#include <sys/param.h>
#ifdef _KERNEL
@@ -1189,7 +1189,7 @@
addstr(dbuf, "@-,");
PRINT_AREG(dbuf,BITFIELD(opc,11,9));
addstr(dbuf, "@-");
- } else if (IS_INST(SBCDA,opc)) {
+ } else if (IS_INST(SBCDD,opc)) {
addstr(dbuf, "sbcd\t");
PRINT_DREG(dbuf,BITFIELD(opc,2,0));
addchar(',');
@@ -1247,7 +1247,7 @@
addstr(dbuf, "@-,");
PRINT_AREG(dbuf,BITFIELD(opc,11,9));
addstr(dbuf, "@-");
- } else if (IS_INST(ABCDA,opc)) {
+ } else if (IS_INST(ABCDD,opc)) {
addstr(dbuf, "abcd\t");
PRINT_DREG(dbuf,BITFIELD(opc,2,0));
addchar(',');
Home |
Main Index |
Thread Index |
Old Index