mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-23 12:12:56 +00:00
fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user