Skip to content

Commit 2c91668

Browse files
authored
Mention that thiscall is a 32-bit calling convention
1 parent a24e6e9 commit 2c91668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/external-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ r[items.extern.abi.fastcall]
150150
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
151151

152152
r[items.extern.abi.thiscall]
153-
* `unsafe extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
153+
* `unsafe extern "thiscall"` -- The default for C++ member functions on x86\_32 MSVC -- corresponds to MSVC's
154154
`__thiscall` and GCC and clang's `__attribute__((thiscall))`
155155

156156
r[items.extern.abi.efiapi]

0 commit comments

Comments
 (0)