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 cbe594f commit 7738433Copy full SHA for 7738433
libc/src/setjmp/arm/longjmp.cpp
@@ -9,11 +9,6 @@
9
10
#include "src/setjmp/longjmp.h"
11
#include "src/__support/common.h"
12
-#include "src/__support/macros/properties/architectures.h"
13
-
14
-#if !defined(LIBC_TARGET_ARCH_IS_ARM)
15
-#error "Invalid file include"
16
-#endif
17
18
namespace LIBC_NAMESPACE {
19
libc/src/setjmp/arm/setjmp.cpp
@@ -9,10 +9,6 @@
#include "src/setjmp/setjmp_impl.h"
[[gnu::naked]]
0 commit comments