mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 01:40:26 +00:00
Surround uses of $f28 with .set noat/at to shut up warnings.
This commit is contained in:
parent
fa04216d3b
commit
0a5f55b135
@ -99,7 +99,9 @@ $do32: ldi v0, SYS_ify(osf_getrusage)
|
||||
ldt $f25, 96(a1) # ru_msgrcv
|
||||
ldt $f26, 104(a1) # ru_nsignals
|
||||
ldt $f27, 112(a1) # ru_nvcsw
|
||||
.set noat
|
||||
ldt $f28, 120(a1) # ru_nivcsw
|
||||
.set at
|
||||
stq t0, 0(a1)
|
||||
stq t1, 8(a1)
|
||||
stq t2, 16(a1)
|
||||
@ -117,7 +119,9 @@ $do32: ldi v0, SYS_ify(osf_getrusage)
|
||||
stt $f25, 112(a1)
|
||||
stt $f26, 120(a1)
|
||||
stt $f27, 128(a1)
|
||||
.set noat
|
||||
stt $f28, 136(a1)
|
||||
.set at
|
||||
|
||||
addq sp, 16, sp
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user