From 204669abeb29e80e339081c528808a1f4fd9db5e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 20 Jun 2002 22:16:24 +0000 Subject: [PATCH] Fix typo. --- sysdeps/unix/sysv/linux/ia64/getcontext.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/ia64/getcontext.S b/sysdeps/unix/sysv/linux/ia64/getcontext.S index bf8bd99d902..2b2322da163 100644 --- a/sysdeps/unix/sysv/linux/ia64/getcontext.S +++ b/sysdeps/unix/sysv/linux/ia64/getcontext.S @@ -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 . @@ -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 -- 2.47.2