RuntimeDyld: Fix errant fallthrough.

llvm-svn: 174078
This commit is contained in:
Jim Grosbach 2013-01-31 19:46:28 +00:00
parent 324ec4221a
commit 261dccac1a
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress,
*p++ = (uint8_t)(ValueToWrite & 0xff);
ValueToWrite >>= 8;
}
return false;
}
case macho::RIT_Difference:
case macho::RIT_Generic_LocalDifference: