Add a link to the relevant issue for ARM PAC handling

This commit is contained in:
Robert Xiao
2023-06-17 14:22:56 -07:00
parent 05f6fb9bf3
commit d9407c9041
2 changed files with 5 additions and 0 deletions

View File

@@ -301,6 +301,9 @@ static void test_arm64_hook_mrs()
} \
} while(0)
/* Test PAC support in the emulator. Code adapted from
https://github.com/unicorn-engine/unicorn/issues/1789#issuecomment-1536320351 */
static void test_arm64_pac(void)
{
uc_engine *uc;