mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
This commit is contained in:
parent
784c002b10
commit
44774a1c27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user