comparison doc/manual/callconvs/callconv_sparc64.tex @ 190:06ee88ce4962

- doc and comment fixes
author Tassilo Philipp
date Tue, 14 Mar 2017 00:07:31 +0100
parents e210193f6cf1
children 600bd90afdb7
comparison
equal deleted inserted replaced
189:b827c074b4da 190:06ee88ce4962
25 V7, V8 and V9.\cite{SPARCRef} The former two are 32-bit (see previous chapter) whereas the latter refers to the 64-bit SPARC architecture. 25 V7, V8 and V9.\cite{SPARCRef} The former two are 32-bit (see previous chapter) whereas the latter refers to the 64-bit SPARC architecture.
26 SPARC uses big endian byte order, however, V9 supports also little endian byte order, but for data access only, not instruction access.\cite{SPARCV9}\\ 26 SPARC uses big endian byte order, however, V9 supports also little endian byte order, but for data access only, not instruction access.\cite{SPARCV9}\\
27 27
28 \paragraph{\product{dyncall} support} 28 \paragraph{\product{dyncall} support}
29 29
30 \product{dyncall} fully supports the SPARC 64-bit instruction set (V9), \product{dyncallback} support is missing, though. 30 \product{dyncall} fully supports the SPARC 64-bit instruction set (V9), for calls and callbacks.
31 31
32 \subsubsection{SPARC (64-bit) Calling Convention} 32 \subsubsection{SPARC (64-bit) Calling Convention}
33 33
34 @@@ finish 34 @@@ finish