Skip to content

Commit ee2a8c9

Browse files
authored
add thiscall abi
1 parent df5799c commit ee2a8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/items/external-blocks.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ There are also some platform-specific ABI strings:
9090
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
9191
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
9292
`__vectorcall` and clang's `__attribute__((vectorcall))`
93+
* `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
94+
`__thiscall` and GCC and clang's `__attribute__((thiscall))`
9395

9496
## Variadic functions
9597

0 commit comments

Comments
 (0)