fuzz_arm: Don't generate thumb32_MSR_reg: Unicorn steps by 2 instead of 4
This commit is contained in:
parent
88906b642c
commit
c4087d68bc
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ std::vector<u16> GenRandomThumbInst(u32 pc, bool is_last_inst, A32::ITState it_s
|
||||||
|
|
||||||
// Unicorn is incorrect?
|
// Unicorn is incorrect?
|
||||||
"thumb32_MRS_reg",
|
"thumb32_MRS_reg",
|
||||||
|
"thumb32_MSR_reg",
|
||||||
|
|
||||||
// Unicorn has incorrect implementation (incorrect rounding and unsets CPSR.T??)
|
// Unicorn has incorrect implementation (incorrect rounding and unsets CPSR.T??)
|
||||||
"vfp_VCVT_to_fixed",
|
"vfp_VCVT_to_fixed",
|
||||||
|
|
Loading…
Reference in a new issue