mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
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
@ -557,4 +557,8 @@ TEST_CASE("Fuzz ARM Load/Store instructions", "[JitX64]") {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SECTION("Write to PC") {
|
||||||
|
// TODO
|
||||||
|
FAIL();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user