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:
David E. O'Brien 2000-06-05 23:05:22 +00:00
parent f396b96167
commit 7a0e3a90cb

View File

@ -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)