summaryrefslogtreecommitdiff
path: root/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'mark.c')
-rw-r--r--mark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mark.c b/mark.c
index 8e0f3c03..0b067c15 100644
--- a/mark.c
+++ b/mark.c
@@ -1915,6 +1915,7 @@ STATIC void GC_push_marked(struct hblk *h, hdr *hhdr)
/* first word. On the other hand, a reclaimed object is a members of */
/* free-lists, and thus contains a word-aligned next-pointer as the */
/* first word. */
+ GC_ATTR_NO_SANITIZE_THREAD
STATIC void GC_push_unconditionally(struct hblk *h, hdr *hhdr)
{
word sz = hhdr -> hb_sz;