Skip to content

Commit 9e85680

Browse files
committed
Fix other 'unwind' ABIs
1 parent 4c48398 commit 9e85680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-c-unwind-abi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ Because the `C` ABI is not appropriate for all use cases, we also introduce
133133
these `unwind` ABI strings, which will only differ from their non-`unwind`
134134
variants by permitting unwinding, with the same semantics as `"C-unwind"`:
135135

136-
* `"system unwind"` - available on all platforms
137-
* `"stdcall unwind"` and `"thiscall unwind"` - available only on platforms
136+
* `"system-unwind"` - available on all platforms
137+
* `"stdcall-unwind"` and `"thiscall-unwind"` - available only on platforms
138138
where `"stdcall"` and `"thiscall"` are supported
139139

140140
More `unwind` variants of existing ABI strings may be introduced, with the same

0 commit comments

Comments
 (0)