Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/i386 Pull up revision 1.51 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/2c3fe83c6118
branches: netbsd-1-4
changeset: 471297:2c3fe83c6118
user: he <he%NetBSD.org@localhost>
date: Sat May 26 14:59:10 2001 +0000
description:
Pull up revision 1.51 (requested by kleink):
Make sure the machine state restored by setmcontext() is 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 cb76d8d874aa -r 2c3fe83c6118 sys/arch/i386/i386/svr4_machdep.c
--- a/sys/arch/i386/i386/svr4_machdep.c Sat May 26 14:56:54 2001 +0000
+++ b/sys/arch/i386/i386/svr4_machdep.c Sat May 26 14:59:10 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_machdep.c,v 1.44 1999/01/21 23:07:20 christos Exp $ */
+/* $NetBSD: svr4_machdep.c,v 1.44.2.1 2001/05/26 14:59:10 he Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -235,8 +235,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