]> sourceware.org Git - glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Jun 2002 22:14:00 +0000 (22:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Jun 2002 22:14:00 +0000 (22:14 +0000)
sysdeps/unix/sysv/linux/ia64/getcontext.S

index bf8bd99d9028373fe85adbb7075e858dd53d16f7..2b2322da1633eb165a266f9751267109f90d9dc0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
 
@@ -142,7 +142,7 @@ ENTRY(__getcontext)
        st8 [r2] = rB0, 16
        st8 [r3] = rB1, 16
        ;;
-       st8 [r3] = rB2, 16
+       st8 [r2] = rB2, 16
        st8 [r3] = rB3, 16
        ;;
        st8 [r2] = rB4
This page took 0.043016 seconds and 5 git commands to generate.