From 8ce0cc5065468fbb025bf84b41d57de157db6854 Mon Sep 17 00:00:00 2001 From: Folkert Date: Tue, 30 Jul 2024 14:38:36 +0200 Subject: [PATCH] add `C-cmse-nonsecure-call` to list of ABIs --- src/items/external-blocks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/items/external-blocks.md b/src/items/external-blocks.md index 9abce3fd4..fb3c64a47 100644 --- a/src/items/external-blocks.md +++ b/src/items/external-blocks.md @@ -97,6 +97,8 @@ There are also some platform-specific ABI strings: * `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's `__thiscall` and GCC and clang's `__attribute__((thiscall))` * `extern "efiapi"` -- The ABI used for [UEFI] functions. +* `extern "C-cmse-nonsecure-call"` -- The ABI used for calling nonsecure ARM TrustZone functions -- corresponds to + GCC and Clang's `__attribute__((cmse_nonsecure_call))` ## Variadic functions