changeset 99:7aab1a3cb172

- doc clarification for mips o32 appendix
author cslag
date Sat, 04 Jun 2016 21:50:03 +0200
parents db0b2f19e165
children dcb7157392f1
files doc/manual/callconvs/callconv_mips.tex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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}