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.
2 parents d8a781c + 91bd55c commit 64b1c0dCopy full SHA for 64b1c0d
libs/core/coroutines/include/hpx/coroutines/detail/get_stack_pointer.hpp
@@ -14,7 +14,7 @@
14
#if defined(HPX_WINDOWS)
15
#define HPX_HAVE_THREADS_GET_STACK_POINTER
16
#else
17
-#if defined(HPX_GCC_VERSION)
+#if defined(HPX_HAVE_BUILTIN_FRAME_ADDRESS)
18
19
20
#if defined(__x86_64__) || defined(__amd64) || defined(__i386__) || \
0 commit comments