fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect
This commit is contained in:
parent
eaa1fd36a7
commit
44a5b57f2a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue