Skip to content

Commit

Permalink
Update src/kriscv/kdist/riscv-semantics/sparse-bytes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tamás Tóth <[email protected]>
  • Loading branch information
Stevengre and tothtamas28 authored Feb 14, 2025
1 parent 7118341 commit 577a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kriscv/kdist/riscv-semantics/sparse-bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We provide helpers to prepend either data or an empty region to an existing `Spa
| ".Byte"
syntax Int ::= MaybeByte2Int(MaybeByte) [function, total]
rule MaybeByte2Int(I) => I
rule MaybeByte2Int(I:Int) => I
rule MaybeByte2Int(.Byte) => 0
syntax MaybeByte ::=
Expand Down

0 comments on commit 577a641

Please sign in to comment.