diff doc/manual/callconvs/callconv_x86.tex @ 145:63892f03e493

- minix fix for callbacks (floats are also returned via eax/edx on minix)
author cslag
date Sat, 20 Aug 2016 22:27:47 +0200
parents 9e99918065e6
children 276eb8c87aa0
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_x86.tex	Sat Aug 20 15:57:20 2016 +0200
+++ b/doc/manual/callconvs/callconv_x86.tex	Sat Aug 20 22:27:47 2016 +0200
@@ -79,7 +79,7 @@
 \begin{itemize}
 \item return values of pointer or integral type (\textless=\ 32 bits) are returned via the eax register
 \item integers \textgreater\ 32 bits are returned via the eax and edx registers
-\item floating point types are returned via the st0 register
+\item floating point types are returned via the st0 register (except on Minix, where they are returned as integers are)
 \end{itemize}