mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
Fix typo in string
llvm-svn: 147654
This commit is contained in:
parent
3f80f9acaa
commit
eadeb0383c
@ -451,7 +451,7 @@ bool RuntimeDyldMachO::loadObject(MemoryBuffer *InputBuffer) {
|
||||
if (!SymtabLCI)
|
||||
return Error("no symbol table found in object");
|
||||
if (!SegmentLCI)
|
||||
return Error("no symbol table found in object");
|
||||
return Error("no segments found in object");
|
||||
|
||||
// Read and register the symbol table data.
|
||||
InMemoryStruct<macho::SymtabLoadCommand> SymtabLC;
|
||||
|
Loading…
x
Reference in New Issue
Block a user