Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/fpe Comment unused stuff (for documentation pu...



details:   https://anonhg.NetBSD.org/src/rev/8810af997794
branches:  trunk
changeset: 790894:8810af997794
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 25 21:32:45 2013 +0000

description:
Comment unused stuff (for documentation purposes)

diffstat:

 sys/arch/m68k/fpe/fpu_emulate.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b59c51890727 -r 8810af997794 sys/arch/m68k/fpe/fpu_emulate.c
--- a/sys/arch/m68k/fpe/fpu_emulate.c   Fri Oct 25 21:29:28 2013 +0000
+++ b/sys/arch/m68k/fpe/fpu_emulate.c   Fri Oct 25 21:32:45 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fpu_emulate.c,v 1.37 2013/03/26 11:30:20 isaki Exp $   */
+/*     $NetBSD: fpu_emulate.c,v 1.38 2013/10/25 21:32:45 martin Exp $  */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fpu_emulate.c,v 1.37 2013/03/26 11:30:20 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fpu_emulate.c,v 1.38 2013/10/25 21:32:45 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -421,7 +421,7 @@
        int word1, sig;
        int reglist, regmask, regnum;
        int fpu_to_mem, order;
-       int w1_post_incr;
+       /* int w1_post_incr; */
        int *fpregs;
 
        insn->is_advance = 4;
@@ -438,7 +438,7 @@
         * 1,0: Static  reg list, post-incr.
         * 1,1: Dynamic reg list, post-incr
         */
-       w1_post_incr = word1 & 0x1000;
+       /* w1_post_incr = word1 & 0x1000; */
        if (word1 & 0x0800) {
                /* dynamic reg list */
                reglist = frame->f_regs[(word1 & 0x70) >> 4];



Home | Main Index | Thread Index | Old Index