Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/i386 Pull up revision 1.51 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/641c06e2d064
branches:  netbsd-1-5
changeset: 491716:641c06e2d064
user:      he <he%NetBSD.org@localhost>
date:      Wed May 09 20:43:18 2001 +0000

description:
Pull up revision 1.51 (requested by kleink):
  Make the set of machine state restored by setmcontext() identical
  to that of sigreturn().

diffstat:

 sys/arch/i386/i386/svr4_machdep.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3cf93b29f092 -r 641c06e2d064 sys/arch/i386/i386/svr4_machdep.c
--- a/sys/arch/i386/i386/svr4_machdep.c Wed May 09 20:41:31 2001 +0000
+++ b/sys/arch/i386/i386/svr4_machdep.c Wed May 09 20:43:18 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.c,v 1.47 2000/05/26 21:19:46 thorpej Exp $         */
+/*     $NetBSD: svr4_machdep.c,v 1.47.4.1 2001/05/09 20:43:18 he Exp $  */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -236,8 +236,6 @@
        tf->tf_edx = r[SVR4_X86_EDX];
        tf->tf_ecx = r[SVR4_X86_ECX];
        tf->tf_eax = r[SVR4_X86_EAX];
-       tf->tf_trapno = r[SVR4_X86_TRAPNO];
-       tf->tf_err = r[SVR4_X86_ERR];
        tf->tf_eip = r[SVR4_X86_EIP];
        tf->tf_cs = r[SVR4_X86_CS];
        tf->tf_ss = r[SVR4_X86_SS];



Home | Main Index | Thread Index | Old Index