Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Fix a mistake in previous commit.



details:   https://anonhg.NetBSD.org/src/rev/4facf3011a93
branches:  trunk
changeset: 537650:4facf3011a93
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Fri Oct 04 04:40:12 2002 +0000

description:
Fix a mistake in previous commit.

diffstat:

 sys/arch/i386/i386/locore.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8caa5f669da -r 4facf3011a93 sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s       Fri Oct 04 04:37:06 2002 +0000
+++ b/sys/arch/i386/i386/locore.s       Fri Oct 04 04:40:12 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.262 2002/10/04 03:20:59 junyoung Exp $    */
+/*     $NetBSD: locore.s,v 1.263 2002/10/04 04:40:12 junyoung Exp $    */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -1060,7 +1060,7 @@
        xorl    %eax,%eax
        popl    %edi
        popl    %esi
-       popl    %eax,PCB_ONFAULT(%edx)
+       movl    %eax,PCB_ONFAULT(%edx)
        ret
 #endif /* I386_CPU */
 



Home | Main Index | Thread Index | Old Index