ck_rhs: Increase CK_RHS_G from 2 to 1024, since it's used a lot more.

ck_pring
Olivier Houchard 11 years ago
parent bf686c0a42
commit e47caab029

@ -52,7 +52,7 @@
((void *)((uintptr_t)(x) & CK_RHS_VMA_MASK))
#define CK_RHS_EMPTY NULL
#define CK_RHS_G (2)
#define CK_RHS_G (1024)
#define CK_RHS_G_MASK (CK_RHS_G - 1)
#if defined(CK_F_PR_LOAD_8) && defined(CK_F_PR_STORE_8)

Loading…
Cancel
Save