Skip to content

Commit cef2aba

Browse files
committed
Sort unwind list
1 parent 40f30a8 commit cef2aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/items/external-blocks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ r[items.extern.abi.efiapi]
159159
Like `"C"` and `"system"`, most platform-specific ABI strings also have a
160160
[corresponding `-unwind` variant][unwind-behavior]; specifically, these are:
161161

162+
* `"aapcs-unwind"`
162163
* `"cdecl-unwind"`
163-
* `"stdcall-unwind"`
164164
* `"fastcall-unwind"`
165+
* `"stdcall-unwind"`
166+
* `"sysv64-unwind"`
165167
* `"thiscall-unwind"`
166-
* `"aapcs-unwind"`
167168
* `"win64-unwind"`
168-
* `"sysv64-unwind"`
169169

170170
## Variadic functions
171171

0 commit comments

Comments
 (0)