summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pthread_stop_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_stop_world.c b/pthread_stop_world.c
index cbb3b2b8..75ca3d8e 100644
--- a/pthread_stop_world.c
+++ b/pthread_stop_world.c
@@ -289,7 +289,7 @@ STATIC void GC_suspend_handler_inner(ptr_t dummy, void *context);
#ifdef THREAD_SANITIZER
/* The implementation of the function is the same as that of */
/* GC_lookup_thread except for the attribute added here. */
- GC_ATTR_NOINLINE GC_ATTR_NO_SANITIZE_THREAD
+ GC_ATTR_NO_SANITIZE_THREAD
static GC_thread GC_lookup_thread_async(pthread_t id)
{
GC_thread p = GC_threads[THREAD_TABLE_INDEX(id)];