We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
thiscall
1 parent a24e6e9 commit 2c91668Copy full SHA for 2c91668
src/items/external-blocks.md
@@ -150,7 +150,7 @@ r[items.extern.abi.fastcall]
150
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
151
152
r[items.extern.abi.thiscall]
153
-* `unsafe extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
+* `unsafe extern "thiscall"` -- The default for C++ member functions on x86\_32 MSVC -- corresponds to MSVC's
154
`__thiscall` and GCC and clang's `__attribute__((thiscall))`
155
156
r[items.extern.abi.efiapi]
0 commit comments