mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
Added a dummy (always fail) ARM test about Load/Store instructions that write to the PC.
This commit is contained in:
@@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") {
|
||||
});
|
||||
}
|
||||
|
||||
SECTION("Write to PC") {
|
||||
// TODO
|
||||
FAIL();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user