reg_alloc: Correct OpArg::setBit for Reg

This commit is contained in:
MerryMage
2016-08-26 15:23:38 +01:00
parent 065c53ebfc
commit 59a8e14d1c
3 changed files with 26 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ TEST_CASE("Fuzz Thumb instructions set 1", "[JitX64][Thumb]") {
}
SECTION("long blocks") {
FuzzJitThumb(1024, 1025, 10, instruction_select);
FuzzJitThumb(1024, 1025, 1000, instruction_select);
}
}