mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
Implement thumb1_AND_reg
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user