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.
1 parent a8375e3 commit 6fc88e6Copy full SHA for 6fc88e6
src/items/external-blocks.md
@@ -159,13 +159,13 @@ r[items.extern.abi.efiapi]
159
Like `"C"` and `"system"`, most platform-specific ABI strings also have a
160
[corresponding `-unwind` variant][unwind-behavior]; specifically, these are:
161
162
+* `"aapcs-unwind"`
163
* `"cdecl-unwind"`
-* `"stdcall-unwind"`
164
* `"fastcall-unwind"`
165
+* `"stdcall-unwind"`
166
+* `"sysv64-unwind"`
167
* `"thiscall-unwind"`
-* `"aapcs-unwind"`
168
* `"win64-unwind"`
-* `"sysv64-unwind"`
169
170
r[items.extern.variadic]
171
## Variadic functions
0 commit comments