mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
Implement thumb1_AND_reg
This commit is contained in:
parent
5b56fd12aa
commit
8a0511d297
9 changed files with 33 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ TEST_CASE("Fuzz Thumb instructions set 1", "[JitX64][Thumb]") {
|
|||
};
|
||||
|
||||
SECTION("short blocks") {
|
||||
FuzzJitThumb(5, 6, 100, instruction_select);
|
||||
FuzzJitThumb(5, 6, 300, instruction_select);
|
||||
}
|
||||
|
||||
SECTION("long blocks") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue