Skip to content

Commit

Permalink
Merge pull request #6592 from isidorostsa/builtin_frame_address-featu…
Browse files Browse the repository at this point in the history
…re-test-2

HPX_HAVE_THREADS_GET_STACK_POINTER to match builtin_frame_address feature test
  • Loading branch information
hkaiser authored Dec 19, 2024
2 parents d8a781c + 91bd55c commit 64b1c0d
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 64b1c0d

Please sign in to comment.