Skip to content

Commit

Permalink
Fix RH850 mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Cauquil committed Feb 12, 2024
1 parent 1d150b3 commit 4706798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/rust/src/unicorn_const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ bitflags! {
const SPARC32 = Self::MIPS32.bits();
const SPARC64 = Self::MIPS64.bits();
const V9 = Self::THUMB.bits();
const RH850 = Self::RH850.bits();
const RH850 = 4;
const RISCV32 = Self::MIPS32.bits();
const RISCV64 = Self::MIPS64.bits();
}
Expand Down

0 comments on commit 4706798

Please sign in to comment.