diff --git a/patches/0007-Drop-public-And-Or-ops-and-race-instrumentation.patch b/patches/0007-Drop-public-And-Or-ops-and-race-instrumentation.patch index 2108a318..333b618b 100644 --- a/patches/0007-Drop-public-And-Or-ops-and-race-instrumentation.patch +++ b/patches/0007-Drop-public-And-Or-ops-and-race-instrumentation.patch @@ -8357,7 +8357,7 @@ index 40a29fed..f950bc0b 100644 -func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) } - -// Or atomically performs a bitwise OR operation on x using the bitmask --// provided as mask and returns the updated value after the OR operation. +-// provided as mask and returns the old value. -func (x *Uintptr) Or(mask uintptr) (old uintptr) { return OrUintptr(&x.v, mask) } - // noCopy may be added to structs which must not be copied