Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/x86_64/sys replace the last occurence of an "i...



details:   https://anonhg.NetBSD.org/src/rev/eba0e5ad9352
branches:  trunk
changeset: 559767:eba0e5ad9352
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Mar 23 16:33:47 2004 +0000

description:
replace the last occurence of an "int 0x80" syscall

diffstat:

 lib/libc/arch/x86_64/sys/__sigtramp2.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f142fd0e199f -r eba0e5ad9352 lib/libc/arch/x86_64/sys/__sigtramp2.S
--- a/lib/libc/arch/x86_64/sys/__sigtramp2.S    Tue Mar 23 16:19:40 2004 +0000
+++ b/lib/libc/arch/x86_64/sys/__sigtramp2.S    Tue Mar 23 16:33:47 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: __sigtramp2.S,v 1.3 2003/10/18 22:47:37 fvdl Exp $     */
+/*     $NetBSD: __sigtramp2.S,v 1.4 2004/03/23 16:33:47 drochner Exp $ */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -45,6 +45,6 @@
        movq    %r15,%rdi
        pushq   $0                      /* fake return address */
        movq    $SYS_setcontext, %rax
-       int     $0x80
+       syscall
        movq    $SYS_exit, %rax
        syscall



Home | Main Index | Thread Index | Old Index