Skip to content

Commit 4706798

Browse files
committed
Fix RH850 mode.
1 parent 1d150b3 commit 4706798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/src/unicorn_const.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bitflags! {
236236
const SPARC32 = Self::MIPS32.bits();
237237
const SPARC64 = Self::MIPS64.bits();
238238
const V9 = Self::THUMB.bits();
239-
const RH850 = Self::RH850.bits();
239+
const RH850 = 4;
240240
const RISCV32 = Self::MIPS32.bits();
241241
const RISCV64 = Self::MIPS64.bits();
242242
}

0 commit comments

Comments
 (0)