We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fef2e commit adef757Copy full SHA for adef757
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