adjust fn unwinding clause to match reference

pull/162/head
Ralf Jung 5 years ago
parent 5287c526f7
commit c6bf198f75

@ -18,7 +18,7 @@ language cares about is preventing the following things:
* Dereferencing (using the `*` operator on) dangling or unaligned pointers (see below)
* Breaking the [pointer aliasing rules][]
* Unwinding into another language
* Calling a function with the wrong call ABI (in particular, with the wrong unwind ABI).
* Causing a [data race][race]
* Executing code compiled with [target features][] that the current thread of execution does
not support

Loading…
Cancel
Save