Skip to content

Commit

Permalink
Fix other 'unwind' ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
BatmanAoD committed Jul 29, 2020
1 parent 4c48398 commit 9e85680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-c-unwind-abi.md
Expand Up @@ -133,8 +133,8 @@ Because the `C` ABI is not appropriate for all use cases, we also introduce
these `unwind` ABI strings, which will only differ from their non-`unwind`
variants by permitting unwinding, with the same semantics as `"C-unwind"`:

* `"system unwind"` - available on all platforms
* `"stdcall unwind"` and `"thiscall unwind"` - available only on platforms
* `"system-unwind"` - available on all platforms
* `"stdcall-unwind"` and `"thiscall-unwind"` - available only on platforms
where `"stdcall"` and `"thiscall"` are supported

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

0 comments on commit 9e85680

Please sign in to comment.