ck_hp_fifo: Store correct value in pointer.

ck_pring
Samy Al Bahra 14 years ago
parent 25b50ea7e6
commit ad4b577200

@ -134,7 +134,7 @@ ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record,
ck_backoff_eb(&backoff);
}
ck_pr_store_ptr(&value, next->value);
ck_pr_store_ptr(value, next->value);
return (head);
}

Loading…
Cancel
Save