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 d499df0 commit 4967d98Copy full SHA for 4967d98
libunwind/src/libunwind.cpp
@@ -26,7 +26,7 @@
26
#include <sanitizer/asan_interface.h>
27
#endif
28
29
-#if !defined(__USING_SJLJ_EXCEPTIONS__) || !defined(__USING_WASM_EXCEPTIONS__)
+#if !defined(__USING_SJLJ_EXCEPTIONS__) && !defined(__USING_WASM_EXCEPTIONS__)
30
#include "AddressSpace.hpp"
31
#include "UnwindCursor.hpp"
32
@@ -347,7 +347,7 @@ void __unw_remove_dynamic_eh_frame_section(unw_word_t eh_frame_start) {
347
}
348
349
#endif // defined(_LIBUNWIND_SUPPORT_DWARF_UNWIND)
350
-#endif // !defined(__USING_SJLJ_EXCEPTIONS__) ||
+#endif // !defined(__USING_SJLJ_EXCEPTIONS__) &&
351
// !defined(__USING_WASM_EXCEPTIONS__)
352
353
#ifdef __APPLE__
0 commit comments