diff doc/manual/callconvs/callconv_ppc32.tex @ 125:f1fc1c836baf

- mips doc stuff
author cslag
date Tue, 05 Jul 2016 14:15:56 +0200
parents d203ba52c246
children 05181c5a6edd
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_ppc32.tex	Mon Jul 04 16:14:59 2016 +0200
+++ b/doc/manual/callconvs/callconv_ppc32.tex	Tue Jul 05 14:15:56 2016 +0200
@@ -89,7 +89,7 @@
 \item composite parameters with size of 1 or 2 bytes occupy low-order bytes of their 4-byte area. INCONSISTENT with other 32-bit PPC
 binary interfaces. In AIX and OS 9, padding bytes always follow the data structure
 \item composite parameters 3 bytes or larger in size occupy high-order bytes
-\item integer parameters \textless\ 32 bit are right-justified (meaning occupy higher-address bytes) in their 4-byte area, requiring extra-care for big-endian targets
+\item integer parameters \textless\ 32 bit are right-justified (meaning occupy higher-address bytes) in their 4-byte slot on the stack, requiring extra-care for big-endian targets
 \end{itemize}