1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Initialize HasError.

llvm-svn: 128049
This commit is contained in:
Jim Grosbach 2011-03-22 00:42:19 +00:00
parent 7aa8a7d216
commit 454b60d042

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) {