test_arm_instructions.cpp: Fix missing }
This commit is contained in:
parent
358cf6f035
commit
8856604383
@ -464,6 +464,7 @@ TEST_CASE("arm: PackedAbsDiffSumS8", "[arm][A32]") {
|
||||
REQUIRE(jit.Regs()[14] == 0xe591fd11);
|
||||
REQUIRE(jit.Regs()[15] == 0x00000008);
|
||||
REQUIRE(jit.Cpsr() == 0xb0000010);
|
||||
}
|
||||
|
||||
TEST_CASE("arm: Cleared Q flag", "[arm][A32]") {
|
||||
ArmTestEnv test_env;
|
||||
|
Loading…
x
Reference in New Issue
Block a user