From c4087d68bc306b6f392bc42d89f4942ee2ef6ed5 Mon Sep 17 00:00:00 2001 From: Merry Date: Tue, 15 Feb 2022 15:13:41 +0000 Subject: [PATCH] fuzz_arm: Don't generate thumb32_MSR_reg: Unicorn steps by 2 instead of 4 --- tests/A32/fuzz_arm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/A32/fuzz_arm.cpp b/tests/A32/fuzz_arm.cpp index a2654dd9..dcbc5b13 100644 --- a/tests/A32/fuzz_arm.cpp +++ b/tests/A32/fuzz_arm.cpp @@ -194,6 +194,7 @@ std::vector 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",