Skip to content

Commit c9e23d1

Browse files
committed
generalize from uwnind ABI
1 parent f10ed4b commit c9e23d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ code.
3232
* Invoking undefined behavior via compiler intrinsics.
3333
* Executing code compiled with platform features that the current platform
3434
does not support (see [`target_feature`]).
35-
* Unwinding into another language.
35+
* Calling a function with the wrong call ABI (including unwind ABI).
3636
* Producing an invalid value, even in private fields and locals. "Producing" a
3737
value happens any time a value is assigned to or read from a place, passed to
3838
a function/primitive operation or returned from a function/primitive

0 commit comments

Comments
 (0)