1
1
This commit was SVN r25369.
Этот коммит содержится в:
Nathan Hjelm 2011-10-25 22:07:47 +00:00
родитель 72f731f25f
Коммит 05114ffb51

Просмотреть файл

@ -148,7 +148,7 @@ static inline uintptr_t get_mask (uintptr_t x)
x |= (x >> 8);
x |= (x >> 16);
x |= (x >> 32);
return (x >> 1) + 1;
return (x >> 1);
}
/* look up the remote pointer in the peer rcache and attach if