Skip to content

Commit 6fc88e6

Browse files
committed
Sort unwind list
1 parent a8375e3 commit 6fc88e6

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
r[items.extern.variadic]
171171
## Variadic functions

0 commit comments

Comments
 (0)