Skip to content

Commit 7674850

Browse files
authored
Remove stale sentence about trapping
Made stale by #35.
1 parent 77f8665 commit 7674850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,7 @@ def wrap_i64_to_i32(i):
927927

928928
Finally, flags are lifted by OR-ing together all the flattened `i32` values
929929
and then lifting to a record the same way as when loading flags from linear
930-
memory. The dynamic checks in `unpack_flags_from_int` will trap if any
931-
bits are set in an `i32` that don't correspond to a flag.
930+
memory.
932931
```python
933932
def lift_flat_flags(vi, labels):
934933
i = 0

0 commit comments

Comments
 (0)