RuntimeDyld: Fix errant fallthrough.
authorJim Grosbach <grosbach@apple.com>
Thu, 31 Jan 2013 19:46:28 +0000 (19:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 31 Jan 2013 19:46:28 +0000 (19:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174078 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp

index d2310b57e0a9b89e2f7dc5f4ad67976de6f14c1c..bcc3df1b4e7c3e9a4bb0babe35ebe58f3ad066db 100644 (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: