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 Slight tweak.



details:   https://anonhg.NetBSD.org/src/rev/d48b9014b92a
branches:  trunk
changeset: 500366:d48b9014b92a
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Dec 11 02:48:07 2000 +0000

description:
Slight tweak.

diffstat:

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

diffs (19 lines):

diff -r 38715f56b599 -r d48b9014b92a sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s       Mon Dec 11 00:23:00 2000 +0000
+++ b/sys/arch/i386/i386/locore.s       Mon Dec 11 02:48:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.229 2000/12/09 13:20:05 jdolecek Exp $    */
+/*     $NetBSD: locore.s,v 1.230 2000/12/11 02:48:07 mycroft Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2362,8 +2362,7 @@
 #endif /* DIAGNOSTIC */
        movl    _C_LABEL(curproc),%edx  # get pointer to curproc
        movl    P_EMUL(%edx),%edx       # get pointer to emul struct
-       movl    E_SYSCALL(%edx),%edx    # get pointer to syscall() function
-       call    %edx                    # call emulation's syscall()
+       call    E_SYSCALL(%edx)         # get pointer to syscall() function
 2:     /* Check for ASTs on exit to user mode. */
        cli
        cmpb    $0,_C_LABEL(astpending)



Home | Main Index | Thread Index | Old Index