mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
273f2f38cd
atomic_or() and atomic_and() are not supported by x86 are need to be emulated using CAS. Use atomic_get_and_set() and atomic_set() instead.