From 44a5b57f2a575aa4bb7cf2665a420efe06097753 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 18 Feb 2018 13:47:41 +0000 Subject: [PATCH] fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect --- tests/A64/fuzz_with_unicorn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;