1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Object: Fix errant fallthrough.

llvm-svn: 174079
This commit is contained in:
Jim Grosbach 2013-01-31 19:46:57 +00:00
parent 8035e3683d
commit 3ea2e57843

View File

@ -1076,6 +1076,7 @@ error_code MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
printRelocationTargetName(RENext, fmt); printRelocationTargetName(RENext, fmt);
fmt << "-"; fmt << "-";
printRelocationTargetName(RE, fmt); printRelocationTargetName(RE, fmt);
break;
} }
case macho::RIT_X86_64_TLV: case macho::RIT_X86_64_TLV:
printRelocationTargetName(RE, fmt); printRelocationTargetName(RE, fmt);