We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66b324 commit 2d2ef38Copy full SHA for 2d2ef38
libunwind/src/assembly.h
@@ -15,7 +15,7 @@
15
#ifndef UNWIND_ASSEMBLY_H
16
#define UNWIND_ASSEMBLY_H
17
18
-#if (defined(__i386__) || defined(__x86_64__)) && defined(__linux__)
+#if defined(__linux__) && defined(__CET__)
19
#include <cet.h>
20
#define _LIBUNWIND_CET_ENDBR _CET_ENDBR
21
#else
0 commit comments