Skip to content

Commit 600fe64

Browse files
author
Samy Al Bahra
committed
ck_epoch: Fix typo (affects RMO targets).
1 parent 061b67b commit 600fe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ck_epoch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ _ck_epoch_addref(struct ck_epoch_record *record,
202202
*/
203203
previous = &record->local.bucket[(i + 1) & CK_EPOCH_SENSE];
204204
if (previous->count > 0)
205-
ck_pr_fence_acq_rel();
205+
ck_pr_fence_acqrel();
206206
#endif /* !CK_MD_TSO */
207207

208208
/*

0 commit comments

Comments
 (0)