From 44774a1c27e041105474cb7820ecea2a709e06b2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 6 Jun 2003 05:51:53 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion. --- sysdeps/unix/sysv/linux/alpha/gettimeofday.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S index 71b8c13..221a113 100644 --- a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S +++ b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S @@ -86,7 +86,7 @@ $do32: ldi v0, SYS_ify(osf_gettimeofday) ldl t0, 0(a0) ldl t1, 4(a0) stq t0, 0(a0) - stq t1, 0(a0) + stq t1, 8(a0) 2: addq sp, 16, sp ret -- 2.7.4