diff --git a/tests/A64/fuzz_with_unicorn.cpp b/tests/A64/fuzz_with_unicorn.cpp index ae95ed66..429affe4 100644 --- a/tests/A64/fuzz_with_unicorn.cpp +++ b/tests/A64/fuzz_with_unicorn.cpp @@ -109,7 +109,7 @@ static u32 GenFloatInst(u64 pc, bool is_last_inst) { // List of instructions not to test const std::vector do_not_test { // QEMU's implementation of FCVT is incorrect - "FCVT", + "FCVT_float", }; std::vector result;