Skip to content

Commit

Permalink
Fix wrong CPU model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Cauquil committed Feb 12, 2024
1 parent 2006821 commit 1d150b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/src/rh850.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub enum RH850CpuModel {
}

impl From<RH850CpuModel> for i32 {
fn from(value: Riscv32CpuModel) -> Self {
fn from(value: RH850CpuModel) -> Self {
value as i32
}
}
Expand Down

0 comments on commit 1d150b3

Please sign in to comment.