exo stuff

This commit is contained in:
Vitor Santos Costa
2013-01-09 09:21:07 +00:00
parent e14703b990
commit 6cd778f70b
11 changed files with 78 additions and 56 deletions

View File

@@ -1318,7 +1318,7 @@ init_new_table(AtomHashEntry *ntb, UInt nsize)
{
UInt i;
for (i = 0; i < nsize; ++i) {
for (i = 0; i < nsize; i++) {
INIT_RWLOCK(ntb[i].AERWLock);
ntb[i].Entry = NIL;
}