Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files".

llvm-svn: 116132
This commit is contained in:
Greg Clayton 2010-10-09 00:48:53 +00:00
parent 748265b0da
commit 74f6e9f523
1 changed files with 1 additions and 1 deletions

View File

@ -1403,7 +1403,7 @@ ObjectFileMachO::GetDependentModules (FileSpecList& files)
case LoadCommandDylibReexport:
case LoadCommandDynamicLinkerLoad:
case LoadCommandFixedVMShlibLoad:
case LoadCommandDylibLoadUpward;
case LoadCommandDylibLoadUpward:
{
uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
const char *path = m_data.PeekCStr(name_offset);