mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-14 02:50:01 +01:00
fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect
This commit is contained in:
parent
eaa1fd36a7
commit
44a5b57f2a
@ -109,7 +109,7 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) {
|
|||||||
// List of instructions not to test
|
// List of instructions not to test
|
||||||
const std::vector<std::string> do_not_test {
|
const std::vector<std::string> do_not_test {
|
||||||
// QEMU's implementation of FCVT is incorrect
|
// QEMU's implementation of FCVT is incorrect
|
||||||
"FCVT",
|
"FCVT_float",
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<InstructionGenerator> result;
|
std::vector<InstructionGenerator> result;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user