Added a dummy (always fail) ARM test about Load/Store instructions that write to the PC.
This commit is contained in:
parent
426ffc9971
commit
fce8f75077
1 changed files with 4 additions and 0 deletions
|
@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") {
|
|||
});
|
||||
}
|
||||
|
||||
SECTION("Write to PC") {
|
||||
// TODO
|
||||
FAIL();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue