diff --git a/tests/A64/fuzz_with_unicorn.cpp b/tests/A64/fuzz_with_unicorn.cpp index ccdf57f7..6061ac3f 100644 --- a/tests/A64/fuzz_with_unicorn.cpp +++ b/tests/A64/fuzz_with_unicorn.cpp @@ -197,6 +197,7 @@ static void RunTestInstance(const std::array& regs, const std::array(0, 0xF) << 28; + u32 fpcr = RandInt(0, 0x3) << 22; // randomize RMode INFO("Instruction: 0x" << std::hex << instructions[0]); - RunTestInstance(regs, vecs, 100, instructions, pstate, 0); + RunTestInstance(regs, vecs, 100, instructions, pstate, fpcr); } }