Skip to content

Commit b090468

Browse files
committed
Sort unwind list
1 parent bea3b2c commit b090468

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
@@ -163,13 +163,13 @@ r[items.extern.abi.efiapi]
163163
Like `"C"` and `"system"`, most platform-specific ABI strings also have a
164164
[corresponding `-unwind` variant][unwind-behavior]; specifically, these are:
165165

166+
* `"aapcs-unwind"`
166167
* `"cdecl-unwind"`
167-
* `"stdcall-unwind"`
168168
* `"fastcall-unwind"`
169+
* `"stdcall-unwind"`
170+
* `"sysv64-unwind"`
169171
* `"thiscall-unwind"`
170-
* `"aapcs-unwind"`
171172
* `"win64-unwind"`
172-
* `"sysv64-unwind"`
173173

174174
r[items.extern.variadic]
175175
## Variadic functions

0 commit comments

Comments
 (0)