fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect

This commit is contained in:
MerryMage 2018-02-18 13:47:41 +00:00
parent eaa1fd36a7
commit 44a5b57f2a

View file

@ -109,7 +109,7 @@ 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",
"FCVT_float",
};
std::vector<InstructionGenerator> result;