Skip to content

Commit 41269ae

Browse files
committed
Fix build issues with new Xcode
1 parent 2ec01fa commit 41269ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lilu/Headers/kern_util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ class ThreadLocal {
748748
values[i] = {};
749749
thread_t nullThread = nullptr;
750750
return atomic_compare_exchange_strong_explicit(&threads[i], &currThread,
751-
nullThread, memory_order_acq_rel, memory_order_acq_rel);
751+
nullThread, memory_order_acq_rel, memory_order_acquire);
752752
}
753753
}
754754

0 commit comments

Comments
 (0)