Skip to content

Commit 64b1c0d

Browse files
authored
Merge pull request #6592 from isidorostsa/builtin_frame_address-feature-test-2
HPX_HAVE_THREADS_GET_STACK_POINTER to match builtin_frame_address feature test
2 parents d8a781c + 91bd55c commit 64b1c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/core/coroutines/include/hpx/coroutines/detail/get_stack_pointer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#if defined(HPX_WINDOWS)
1515
#define HPX_HAVE_THREADS_GET_STACK_POINTER
1616
#else
17-
#if defined(HPX_GCC_VERSION)
17+
#if defined(HPX_HAVE_BUILTIN_FRAME_ADDRESS)
1818
#define HPX_HAVE_THREADS_GET_STACK_POINTER
1919
#else
2020
#if defined(__x86_64__) || defined(__amd64) || defined(__i386__) || \

0 commit comments

Comments
 (0)