Skip to content

Commit

Permalink
riscv64: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Aug 16, 2024
1 parent 65fde39 commit f05d127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/codegen/src/isa/riscv64/inst/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ impl StoreOP {
I8 => Self::Sb,
I16 => Self::Sh,
I32 | R32 => Self::Sw,
I64 | R64 => Self::Sd,
I64 | R64 => Self::Sd,
_ => unreachable!(),
}
}
Expand Down

0 comments on commit f05d127

Please sign in to comment.