Skip to content

Commit 388750b

Browse files
authoredAug 10, 2023
Merge pull request #311 from DrMeepster/abi_thiscall
Document thiscall abi
2 parents 302b995 + dcd6c28 commit 388750b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/ffi.md

+1
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ are:
586586
* `aapcs`
587587
* `cdecl`
588588
* `fastcall`
589+
* `thiscall`
589590
* `vectorcall`
590591
This is currently hidden behind the `abi_vectorcall` gate and is subject to change.
591592
* `Rust`

0 commit comments

Comments
 (0)
Please sign in to comment.