[alpha] fix gettimeofday typo
Richard Henderson
rth@twiddle.net
Fri Jun 6 01:18:00 GMT 2003
Obvious; I'll check it in myself later this evening.
r~
* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
Index: sysdeps/unix/sysv/linux/alpha/gettimeofday.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/alpha/gettimeofday.S,v
retrieving revision 1.6
diff -c -p -d -r1.6 gettimeofday.S
*** sysdeps/unix/sysv/linux/alpha/gettimeofday.S 8 Nov 2002 02:18:47 -0000 1.6
--- sysdeps/unix/sysv/linux/alpha/gettimeofday.S 6 Jun 2003 00:59:39 -0000
*************** $do32: ldi v0, SYS_ify(osf_gettimeofday)
*** 86,92 ****
ldl t0, 0(a0)
ldl t1, 4(a0)
stq t0, 0(a0)
! stq t1, 0(a0)
2: addq sp, 16, sp
ret
--- 86,92 ----
ldl t0, 0(a0)
ldl t1, 4(a0)
stq t0, 0(a0)
! stq t1, 8(a0)
2: addq sp, 16, sp
ret
More information about the Libc-alpha
mailing list