Skip to content

Commit

Permalink
Fix HPX_HAVE_THREADS_GET_STACK_POINTER macro to match the feature tes…
Browse files Browse the repository at this point in the history
…t instead of GCC
  • Loading branch information
isidorostsa committed Dec 17, 2024
1 parent f749e80 commit 91bd55c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#if defined(HPX_WINDOWS)
#define HPX_HAVE_THREADS_GET_STACK_POINTER
#else
#if defined(HPX_GCC_VERSION)
#if defined(HPX_HAVE_BUILTIN_FRAME_ADDRESS)
#define HPX_HAVE_THREADS_GET_STACK_POINTER
#else
#if defined(__x86_64__) || defined(__amd64) || defined(__i386__) || \
Expand Down

0 comments on commit 91bd55c

Please sign in to comment.