diff doc/manual/callconvs/callconv_ppc64.tex @ 649:0909837648d2

doc: - RISC-V64 callconv appendix - some typo fixes and cleanup
author Tassilo Philipp
date Thu, 22 Feb 2024 17:49:07 +0100
parents fc614cb865c6
children
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_ppc64.tex	Thu Feb 22 17:45:53 2024 +0100
+++ b/doc/manual/callconvs/callconv_ppc64.tex	Thu Feb 22 17:49:07 2024 +0100
@@ -25,11 +25,11 @@
 \paragraph{Overview}
 
 \begin{itemize}
-\item Word size is 32 bits for historical reasons
-\item Doublework size is 64 bits.
-\item Big endian (MSB) and litte endian (LSB) operating modes.
-\item Apple Mac OS X/Darwin PPC is specified in "Mac OS X ABI Function Call Guide"\cite{ppcMacOSX}. It uses Big Endian (MSB).
-\item Linux PPC 64-bit ABI is specified in "64-bit PowerPC ELF Application Binary Interface Supplement"\cite{ppcelf64abi} which is based on "System V ABI".
+\item word size is 32 bits for historical reasons
+\item doublework size is 64 bits
+\item big endian (MSB) and little endian (LSB) operating modes
+\item Apple Mac OS X/Darwin PPC is specified in "Mac OS X ABI Function Call Guide"\cite{ppcMacOSX}. It uses Big Endian (MSB)
+\item Linux PPC 64-bit ABI is specified in "64-bit PowerPC ELF Application Binary Interface Supplement"\cite{ppcelf64abi} which is based on "System V ABI"
 \end{itemize}
 
 \paragraph{\product{dyncall} support}