Skip to content

Commit

Permalink
Merge pull request #675 from RalfJung/unwind
Browse files Browse the repository at this point in the history
unwind ABI wording tweak
  • Loading branch information
Centril committed Sep 9, 2019
2 parents dce794c + 3c4fb42 commit 1944efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/behavior-considered-undefined.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ code.
* Invoking undefined behavior via compiler intrinsics.
* Executing code compiled with platform features that the current platform
does not support (see [`target_feature`]).
* Calling a function with the wrong call ABI or wrong unwind ABI.
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
* Producing an invalid value, even in private fields and locals. "Producing" a
value happens any time a value is assigned to or read from a place, passed to
a function/primitive operation or returned from a function/primitive
Expand Down

0 comments on commit 1944efe

Please sign in to comment.