diff doc/manual/callconvs/callconv_arm64.tex @ 117:4a64b733dc76

- doc, added first version of mips64 callconv page - cleanups, todo update
author cslag
date Sun, 03 Jul 2016 01:39:37 +0200
parents 9e99918065e6
children 276eb8c87aa0
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_arm64.tex	Thu Jun 23 12:38:51 2016 +0200
+++ b/doc/manual/callconvs/callconv_arm64.tex	Sun Jul 03 01:39:37 2016 +0200
@@ -22,9 +22,8 @@
 
 \paragraph{Overview}
 
-ARMv8 introduced the AArch64 calling convention. ARM64 chips can be run in 64 or 32bit mode, but not by the same process. Interworking is only intre-process.\\
-The word size is defined to be 32 bits, a dword 64 bits. Note that this is due to historical reasons (terminology
-didn't change from ARM32).\\
+ARMv8 introduced the AArch64 calling convention. ARM64 chips can be run in 64 or 32bit mode, but not by the same process. Interworking is only intra-process.\\
+The word size is defined to be 32 bits, a dword 64 bits. Note that this is due to historical reasons (terminology didn't change from ARM32).\\
 For more details, take a look at the Procedure Call Standard for the ARM 64-bit Architecture \cite{AAPCS64}.\\
 
 \paragraph{\product{dyncall} support}