From dcd6c28312cdcb6453f32dede27b72cbd8cef48d Mon Sep 17 00:00:00 2001 From: DrMeepster <19316085+DrMeepster@users.noreply.github.com> Date: Sun, 19 Sep 2021 22:36:34 -0700 Subject: [PATCH] add thiscall abi --- src/ffi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ffi.md b/src/ffi.md index 825be5a..1c4cbc6 100644 --- a/src/ffi.md +++ b/src/ffi.md @@ -516,6 +516,7 @@ are: * `aapcs` * `cdecl` * `fastcall` +* `thiscall` * `vectorcall` This is currently hidden behind the `abi_vectorcall` gate and is subject to change. * `Rust`