fuzz_with_unicorn: Remove FCVT_float from ignore list

This commit is contained in:
MerryMage 2018-08-03 08:16:24 +01:00
parent 54d8552177
commit cd12a1862e

View file

@ -126,8 +126,6 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) {
// List of instructions not to test
const std::vector<std::string> do_not_test {
// QEMU's implementation of FCVT is incorrect
"FCVT_float",
// QEMU's implementation of FDIV is incorrect
"FDIV_1", "FDIV_2",
};