Added a dummy (always fail) ARM test about Load/Store instructions that write to the PC.

This commit is contained in:
Subv 2016-07-18 16:13:33 -05:00
parent 426ffc9971
commit fce8f75077

View file

@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") {
});
}
SECTION("Write to PC") {
// TODO
FAIL();
}
}