File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ static void test_arm64_code_patching_count(void)
122122 OK (uc_close (uc ));
123123}
124124
125- static void test_arm64_v8_pac (void )
125+ static void test_arm64_v8_cas (void )
126126{
127127 uc_engine * uc ;
128128 char code [] = "\x28\xfd\xea\xc8" ; // casal x10, x8, [x9]
@@ -698,7 +698,7 @@ static void test_arm64_pc_guarantee(void)
698698TEST_LIST = {{"test_arm64_until" , test_arm64_until },
699699 {"test_arm64_code_patching" , test_arm64_code_patching },
700700 {"test_arm64_code_patching_count" , test_arm64_code_patching_count },
701- {"test_arm64_v8_pac " , test_arm64_v8_pac },
701+ {"test_arm64_v8_cas " , test_arm64_v8_cas },
702702 {"test_arm64_read_sctlr" , test_arm64_read_sctlr },
703703 {"test_arm64_hook_insn_mrs" , test_arm64_hook_insn_mrs },
704704 {"test_arm64_hook_insn_wfi" , test_arm64_hook_insn_wfi },
You can’t perform that action at this time.
0 commit comments