Initialize HasError.

llvm-svn: 128049
This commit is contained in:
Jim Grosbach 2011-03-22 00:42:19 +00:00
parent bfd23e4009
commit 4df86ce359
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ class RuntimeDyldImpl {
const InMemoryStruct<macho::SymtabLoadCommand> &SymtabLC);
public:
RuntimeDyldImpl() : HasError(false) {}
bool loadObject(MemoryBuffer *InputBuffer);
void *getSymbolAddress(StringRef Name) {