comparison doc/manual/manual_dyncall_api.tex @ 270:b74f30d19967

- doc consistency cleanup/addition
author Tassilo Philipp
date Mon, 21 Aug 2017 03:39:16 +0200
parents e932e6331f35
children 6e33db95e724
comparison
equal deleted inserted replaced
269:3581366858a6 270:b74f30d19967
186 \lstinline@DC_CALL_C_SPARC32@ & C sparc32 call\\ 186 \lstinline@DC_CALL_C_SPARC32@ & C sparc32 call\\
187 \lstinline@DC_CALL_C_SPARC64@ & C sparc64 call\\ 187 \lstinline@DC_CALL_C_SPARC64@ & C sparc64 call\\
188 \lstinline@DC_CALL_SYS_DEFAULT@ & C default syscall for current platform\\ 188 \lstinline@DC_CALL_SYS_DEFAULT@ & C default syscall for current platform\\
189 \lstinline@DC_CALL_SYS_X86_INT80H_BSD@ & C syscall for x86 BSD platforms\\ 189 \lstinline@DC_CALL_SYS_X86_INT80H_BSD@ & C syscall for x86 BSD platforms\\
190 \lstinline@DC_CALL_SYS_X86_INT80H_LINUX@ & C syscall for x86 Linux\\ 190 \lstinline@DC_CALL_SYS_X86_INT80H_LINUX@ & C syscall for x86 Linux\\
191 \lstinline@DC_CALL_SYS_PPC32@ & C syscall for ppc32 Linux\\ 191 \lstinline@DC_CALL_SYS_PPC32@ & C syscall for ppc32\\
192 \lstinline@DC_CALL_SYS_PPC64@ & C syscall for ppc64\\
192 \end{tabular*} 193 \end{tabular*}
193 \caption{CallVM calling convention modes} 194 \caption{CallVM calling convention modes}
194 \label{callingconventionmodes} 195 \label{callingconventionmodes}
195 \end{center} 196 \end{center}
196 \end{table} 197 \end{table}