Skip to content

Commit

Permalink
Cleanly end scattered mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkOpenly committed Sep 10, 2024
1 parent 6beae1e commit 738896b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/riscv_insts_end.sail
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ end extensionEnabled
end ast
end execute
end assembly
end encdec
end fmtencdec_compressed
end fmtencdec
end encdec_compressed
end oldencdec

val print_insn : ast -> string
function print_insn insn = assembly(insn)
Expand Down

0 comments on commit 738896b

Please sign in to comment.