Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/m68k Someone forgot to tell ddb that SWAP is n...



details:   https://anonhg.NetBSD.org/src/rev/7032c6829313
branches:  trunk
changeset: 473611:7032c6829313
user:      scottr <scottr%NetBSD.org@localhost>
date:      Wed Jun 09 07:53:22 1999 +0000

description:
Someone forgot to tell ddb that SWAP is not PEA.

diffstat:

 sys/arch/m68k/m68k/db_disasm.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f68d46ca4409 -r 7032c6829313 sys/arch/m68k/m68k/db_disasm.c
--- a/sys/arch/m68k/m68k/db_disasm.c    Wed Jun 09 07:33:29 1999 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.c    Wed Jun 09 07:53:22 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.22 1998/10/07 06:08:47 scottr Exp $    */
+/*     $NetBSD: db_disasm.c,v 1.23 1999/06/09 07:53:22 scottr Exp $    */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -646,6 +646,10 @@
                        get_modregstr(dbuf, 2, AR_DIR, 0, 0);
                }
                return;
+       case SWAP_INST:
+               addstr(dbuf, "swap\t");
+               get_modregstr(dbuf, 2, DR_DIR, 0, 0);
+               return;
        case UNLK_INST:
                addstr(dbuf, "unlk\t");
                get_modregstr(dbuf, 2, AR_DIR, 0, 0);



Home | Main Index | Thread Index | Old Index