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 tabify



details:   https://anonhg.NetBSD.org/src/rev/31f14ddf241c
branches:  trunk
changeset: 533206:31f14ddf241c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jun 24 10:10:16 2002 +0000

description:
tabify

diffstat:

 sys/arch/i386/i386/ibcs2_sigcode.s |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 4681f0485279 -r 31f14ddf241c sys/arch/i386/i386/ibcs2_sigcode.s
--- a/sys/arch/i386/i386/ibcs2_sigcode.s        Mon Jun 24 10:05:54 2002 +0000
+++ b/sys/arch/i386/i386/ibcs2_sigcode.s        Mon Jun 24 10:10:16 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibcs2_sigcode.s,v 1.6 2002/06/24 10:05:54 itojun Exp $ */
+/*     $NetBSD: ibcs2_sigcode.s,v 1.7 2002/06/24 10:10:17 itojun Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -89,12 +89,12 @@
         * Handler has returned here as if we called it.  The sigcontext
         * is on the stack after the 3 args "we" pushed.
         */
-       leal    12(%esp),%eax           # get pointer to sigcontext
-       movl    %eax,4(%esp)            # put it in the argument slot
+       leal    12(%esp),%eax           # get pointer to sigcontext
+       movl    %eax,4(%esp)            # put it in the argument slot
                                        # fake return address already there
-       movl    $IBCS2_SYS_sigreturn,%eax
-       int     $0x80                   # enter kernel with args on stack
-       movl    $IBCS2_SYS_exit,%eax
-       int     $0x80                   # exit if sigreturn fails
-       .globl  _C_LABEL(ibcs2_esigcode)
+       movl    $IBCS2_SYS_sigreturn,%eax
+       int     $0x80                   # enter kernel with args on stack
+       movl    $IBCS2_SYS_exit,%eax
+       int     $0x80                   # exit if sigreturn fails
+       .globl  _C_LABEL(ibcs2_esigcode)
 _C_LABEL(ibcs2_esigcode):



Home | Main Index | Thread Index | Old Index