Skip to content

Commit

Permalink
Merge pull request #10 from powdr-labs/patch-1
Browse files Browse the repository at this point in the history
Fixing mulhsu name
  • Loading branch information
Alignof committed Jul 13, 2024
2 parents 82e4077 + 396b919 commit 1200f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instruction/opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ impl OpcodeKind {
OpcodeKind::SFENCE_VMA => "sfence.vma",
OpcodeKind::MUL => "mul",
OpcodeKind::MULH => "mulh",
OpcodeKind::MULHSU => "mulhsu,",
OpcodeKind::MULHSU => "mulhsu",
OpcodeKind::MULHU => "mulhu",
OpcodeKind::DIV => "div",
OpcodeKind::DIVU => "divu",
Expand Down

0 comments on commit 1200f77

Please sign in to comment.