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 add fallthru comment.



details:   https://anonhg.NetBSD.org/src/rev/e83ba89da07b
branches:  trunk
changeset: 448554:e83ba89da07b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 05 07:18:52 2019 +0000

description:
add fallthru comment.

diffstat:

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

diffs (26 lines):

diff -r e2fb9d6e63cc -r e83ba89da07b sys/arch/m68k/m68k/db_disasm.c
--- a/sys/arch/m68k/m68k/db_disasm.c    Tue Feb 05 07:14:32 2019 +0000
+++ b/sys/arch/m68k/m68k/db_disasm.c    Tue Feb 05 07:18:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.41 2014/09/21 16:32:51 christos Exp $  */
+/*     $NetBSD: db_disasm.c,v 1.42 2019/02/05 07:18:52 mrg Exp $       */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -63,7 +63,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.41 2014/09/21 16:32:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.42 2019/02/05 07:18:52 mrg Exp $");
 
 #include <sys/param.h>
 #ifdef _KERNEL
@@ -1500,6 +1500,7 @@
                        addstr (dbuf, "fnop");
                        return;
                }
+               /* FALLTHROUGH */
        case 3:
                addstr(dbuf, "fb");
                print_fcond(dbuf, BITFIELD(opc,5,0));



Home | Main Index | Thread Index | Old Index