ck_pr: Fix typo in preprocessor usage.

ck_pring
Samy Al Bahra 11 years ago
parent e57bfd5865
commit 0bbb6f0eff

@ -131,7 +131,7 @@ CK_PR_FENCE_NOOP(store)
CK_PR_FENCE_NOOP(memory) CK_PR_FENCE_NOOP(memory)
CK_PR_FENCE_NOOP(acquire) CK_PR_FENCE_NOOP(acquire)
CK_PR_FENCE_NOOP(release) CK_PR_FENCE_NOOP(release)
#elif #else
#error "No memory model has been defined." #error "No memory model has been defined."
#endif /* CK_MD_TSO */ #endif /* CK_MD_TSO */

Loading…
Cancel
Save