mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 11:24:01 +00:00
fuzz_arm: Don't generate thumb32_MSR_reg: Unicorn steps by 2 instead of 4
This commit is contained in:
parent
88906b642c
commit
c4087d68bc
@ -194,6 +194,7 @@ std::vector<u16> GenRandomThumbInst(u32 pc, bool is_last_inst, A32::ITState it_s
|
||||
|
||||
// Unicorn is incorrect?
|
||||
"thumb32_MRS_reg",
|
||||
"thumb32_MSR_reg",
|
||||
|
||||
// Unicorn has incorrect implementation (incorrect rounding and unsets CPSR.T??)
|
||||
"vfp_VCVT_to_fixed",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user