Update an 'XXX what is this?' type comment about suswintr and fuswintr.

These are 16 bit short values used only by the profiling code.
This commit is contained in:
Peter Wemm 2002-06-20 07:40:53 +00:00
parent d2979f5673
commit 7022a21abd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98484
3 changed files with 6 additions and 6 deletions

View file

@ -159,8 +159,8 @@
END(fusufault)
LEAF(fswintrberr, 0)
XLEAF(fuswintr, 2) /* XXX what is a 'word'? */
XLEAF(suswintr, 2) /* XXX what is a 'word'? */
XLEAF(fuswintr, 2) /* XXX 16 bit short for profiling */
XLEAF(suswintr, 2) /* XXX 16 bit short for profiling */
LDGP(pv)
ldiq v0, -1
RET

View file

@ -366,8 +366,8 @@ ENTRY(fusufault, 0)
END(fusufault)
ENTRY(fswintrberr, 0)
XENTRY(fuswintr) /* XXX what is a 'word'? */
XENTRY(suswintr) /* XXX what is a 'word'? */
XENTRY(fuswintr) /* XXX 16 bit short for profiling */
XENTRY(suswintr) /* XXX 16 bit short for profiling */
mov ret0=-1
br.ret.sptk.few rp
END(fswintrberr)

View file

@ -366,8 +366,8 @@ ENTRY(fusufault, 0)
END(fusufault)
ENTRY(fswintrberr, 0)
XENTRY(fuswintr) /* XXX what is a 'word'? */
XENTRY(suswintr) /* XXX what is a 'word'? */
XENTRY(fuswintr) /* XXX 16 bit short for profiling */
XENTRY(suswintr) /* XXX 16 bit short for profiling */
mov ret0=-1
br.ret.sptk.few rp
END(fswintrberr)