# HG changeset patch # User cslag # Date 1465069803 -7200 # Node ID 7aab1a3cb1723db0b3d69dd9d6bb74c18f7b7ce1 # Parent db0b2f19e1658daf89fff454cbbc391ccb475307 - doc clarification for mips o32 appendix diff -r db0b2f19e165 -r 7aab1a3cb172 doc/manual/callconvs/callconv_mips.tex --- a/doc/manual/callconvs/callconv_mips.tex Sat Jun 04 21:42:40 2016 +0200 +++ b/doc/manual/callconvs/callconv_mips.tex Sat Jun 04 21:50:03 2016 +0200 @@ -150,7 +150,7 @@ \item subsequent parameters are passed vie the stack \item @@@unsure... 64-bit floats and integers are passed on two integer registers starting at an even register number, probably skipping one odd register. \item results are returned in \$v0 (32-bit integer), \$v0 and \$v1 (64-bit integer/float) -\item note that only the first s0-s? preserved registers that are modified by the function need to be put on the save area +\item note that only s? registers that are modified by the function are required to be preserved on save area \end{itemize} \paragraph{Stack layout}