1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

It is not necessary to wrap usage of $f28 with ".set noat/at" pairs.

A very bogus gas warning gave people the impression it was.  noat/at had
no useful affect here.
This commit is contained in:
David E. O'Brien 2000-06-10 20:42:27 +00:00
parent d8b0998e4a
commit 6313c97e77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61517

View File

@ -213,9 +213,7 @@ LEAF(savefpstate, 1)
stt $f25, (25 * 8)(t1)
stt $f26, (26 * 8)(t1)
stt $f27, (27 * 8)(t1)
.set noat
stt $f28, (28 * 8)(t1)
.set at
stt $f29, (29 * 8)(t1)
stt $f30, (30 * 8)(t1)
@ -277,9 +275,7 @@ 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)