diff --git a/tests/arm/fuzz_arm.cpp b/tests/arm/fuzz_arm.cpp index 230dd716..a520448f 100644 --- a/tests/arm/fuzz_arm.cpp +++ b/tests/arm/fuzz_arm.cpp @@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") { }); } + SECTION("Write to PC") { + // TODO + FAIL(); + } } \ No newline at end of file