RuntimeDyld: Fix errant fallthrough.
[oota-llvm.git] / 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: