mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Avoid NT_ARM_PAC_MASK on older Linux kernels
This commit is contained in:
committed by
Stephen M. Webb
parent
f7a07922b8
commit
230f20100e
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
#include "_UPT_internal.h"
|
||||
|
||||
#ifdef UNW_TARGET_AARCH64
|
||||
#if defined(UNW_TARGET_AARCH64) && defined(__linux__) && defined(NT_ARM_PAC_MASK)
|
||||
|
||||
unw_word_t _UPT_ptrauth_insn_mask (UNUSED unw_addr_space_t as, void *arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user