mirror of
https://github.com/libunwind/libunwind.git
synced 2026-01-12 00:04:03 +08:00
Remove __linux__ check per PR review
This commit is contained in:
committed by
Stephen M. Webb
parent
230f20100e
commit
7886dbbcdd
@@ -22,7 +22,7 @@
|
||||
*/
|
||||
#include "_UPT_internal.h"
|
||||
|
||||
#if defined(UNW_TARGET_AARCH64) && defined(__linux__) && defined(NT_ARM_PAC_MASK)
|
||||
#if defined(UNW_TARGET_AARCH64) && 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