Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 C&P error



details:   https://anonhg.NetBSD.org/src/rev/42a504c678fe
branches:  trunk
changeset: 762561:42a504c678fe
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Feb 23 03:31:49 2011 +0000

description:
C&P error

diffstat:

 sys/arch/amd64/amd64/netbsd32_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 646583818259 -r 42a504c678fe sys/arch/amd64/amd64/netbsd32_machdep.c
--- a/sys/arch/amd64/amd64/netbsd32_machdep.c   Wed Feb 23 03:22:44 2011 +0000
+++ b/sys/arch/amd64/amd64/netbsd32_machdep.c   Wed Feb 23 03:31:49 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.71 2011/02/23 02:58:38 joerg Exp $      */
+/*     $NetBSD: netbsd32_machdep.c,v 1.72 2011/02/23 03:31:49 joerg Exp $      */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.71 2011/02/23 02:58:38 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.72 2011/02/23 03:31:49 joerg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -870,7 +870,7 @@
                        fpusave_lwp(l, false);
                }
                memcpy(&pcb->pcb_savefpu.fp_fxsave, &mcp->__fpregs,
-+                  sizeof (pcb->pcb_savefpu.fp_fxsave));
+                   sizeof (pcb->pcb_savefpu.fp_fxsave));
                /* If not set already. */
                l->l_md.md_flags |= MDP_USEDFPU;
        }



Home | Main Index | Thread Index | Old Index