Skip to content

Commit

Permalink
Update pykwasm/src/pykwasm/kdist/wasm-semantics/binary-parsing/int.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Skeirik <[email protected]>
  • Loading branch information
virgil-serbanuta and sskeirik authored Jan 27, 2025
1 parent c036994 commit f7ae4cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module BINARY-PARSER-INT [private]
rule bit8IsSet(I:Int) => I &Int 128 =/=Int 0
syntax Int ::= clearBit8(Int) [function, total]
rule clearBit8(I:Int) => I -Int 128 requires 128 <=Int 128
rule clearBit8(I:Int) => I -Int 128 requires 128 <=Int I
rule clearBit8(I:Int) => I requires I <Int 128
syntax IntsResult ::= parseLeb128IntChunks(BytesWithIndex) [function, total]
Expand Down

0 comments on commit f7ae4cc

Please sign in to comment.