We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b98774 commit ce4921dCopy full SHA for ce4921d
tests/unit/test_arm64.c
@@ -750,8 +750,6 @@ static void test_arm64_pauth(void)
750
751
const uint64_t some_unsigned_pointer = 0x0000aaaabbbbccccULL;
752
const uint64_t pac_mask = 0xffff000000000000ULL & ~(1ULL << 55);
753
- static_assert((some_unsigned_pointer & pac_mask) == 0,
754
- "unsigned pointer must not have any PAC bits set");
755
756
OK(uc_open(UC_ARCH_ARM64, UC_MODE_ARM, &uc));
757
OK(uc_ctl_set_cpu_model(uc, UC_CPU_ARM64_MAX));
0 commit comments