Consistently protect f28 with noat/at pairs.
This may be be necessary. But we are taking the conservative approach at the moment. Reviewed by: mjacob, gallatin
This commit is contained in:
parent
f396b96167
commit
7a0e3a90cb
@ -277,7 +277,9 @@ LEAF(restorefpstate, 1)
|
||||
ldt $f25, (25 * 8)(t1)
|
||||
ldt $f26, (26 * 8)(t1)
|
||||
ldt $f27, (27 * 8)(t1)
|
||||
.set noat
|
||||
ldt $f28, (28 * 8)(t1)
|
||||
.set at
|
||||
ldt $f29, (29 * 8)(t1)
|
||||
ldt $f30, (30 * 8)(t1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user