comparison doc/manual/manual_dyncall_api.tex @ 365:1d03a3a4220d

- fixing issue after having aliased gnu thiscalls to cdecl with a duped switch label
author Tassilo Philipp
date Tue, 14 Apr 2020 19:58:31 +0200
parents 3bdd326dc269
children b47168dacba6
comparison
equal deleted inserted replaced
364:3bdd326dc269 365:1d03a3a4220d
160 \lstinline@DC_CALL_C_X86_CDECL@ & C x86 platforms standard call\\ 160 \lstinline@DC_CALL_C_X86_CDECL@ & C x86 platforms standard call\\
161 \lstinline@DC_CALL_C_X86_WIN32_STD@ & C x86 Windows standard call\\ 161 \lstinline@DC_CALL_C_X86_WIN32_STD@ & C x86 Windows standard call\\
162 \lstinline@DC_CALL_C_X86_WIN32_FAST_MS@ & C x86 Windows Microsoft fast call\\ 162 \lstinline@DC_CALL_C_X86_WIN32_FAST_MS@ & C x86 Windows Microsoft fast call\\
163 \lstinline@DC_CALL_C_X86_WIN32_FAST_GNU@ & C x86 Windows GCC fast call\\ 163 \lstinline@DC_CALL_C_X86_WIN32_FAST_GNU@ & C x86 Windows GCC fast call\\
164 \lstinline@DC_CALL_C_X86_WIN32_THIS_MS@ & C x86 Windows Microsoft this call\\ 164 \lstinline@DC_CALL_C_X86_WIN32_THIS_MS@ & C x86 Windows Microsoft this call\\
165 \lstinline@DC_CALL_C_X86_WIN32_THIS_GNU@ & C x86 Windows GCC this call (identical to CDECL w/ this-ptr as 1st arg)\\ 165 \lstinline@DC_CALL_C_X86_WIN32_THIS_GNU@ & alias for DC\_CALL\_C\_X86\_CDECL (GNU thiscalls identical to cdecl)\\
166 \lstinline@DC_CALL_C_X86_PLAN9@ & C x86 Plan9 call\\ 166 \lstinline@DC_CALL_C_X86_PLAN9@ & C x86 Plan9 call\\
167 \lstinline@DC_CALL_C_X64_WIN64@ & C x64 Windows standard call\\ 167 \lstinline@DC_CALL_C_X64_WIN64@ & C x64 Windows standard call\\
168 \lstinline@DC_CALL_C_X64_SYSV@ & C x64 System V standard call\\ 168 \lstinline@DC_CALL_C_X64_SYSV@ & C x64 System V standard call\\
169 \lstinline@DC_CALL_C_PPC32_DARWIN@ & C ppc32 Mac OS X standard call\\ 169 \lstinline@DC_CALL_C_PPC32_DARWIN@ & C ppc32 Mac OS X standard call\\
170 \lstinline@DC_CALL_C_PPC32_OSX@ & alias for DC\_CALL\_C\_PPC32\_DARWIN\\ 170 \lstinline@DC_CALL_C_PPC32_OSX@ & alias for DC\_CALL\_C\_PPC32\_DARWIN\\