Skip to content

Commit

Permalink
add thiscall abi
Browse files Browse the repository at this point in the history
  • Loading branch information
beepster4096 authored Sep 19, 2021
1 parent df5799c commit ee2a8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ There are also some platform-specific ABI strings:
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
`__vectorcall` and clang's `__attribute__((vectorcall))`
* `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
`__thiscall` and GCC and clang's `__attribute__((thiscall))`

## Variadic functions

Expand Down

0 comments on commit ee2a8c9

Please sign in to comment.