Fixed #47 — Compile-time segfault involving libpthread, _aaGet

This commit is contained in:
Alexey Prokhin
2011-12-11 09:52:09 +04:00
parent dd6b89e182
commit 4e8afa8858
2 changed files with 2 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
this->doDocComment = doDocComment;
this->doHdrGen = doHdrGen;
this->isRoot = false;
this->arrayfuncs = 0;
#endif
}

View File

@@ -217,6 +217,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
this->doDocComment = doDocComment;
this->doHdrGen = doHdrGen;
this->isRoot = false;
this->arrayfuncs = 0;
#endif
}
#if IN_LLVM