Loading...
cache_builder/BuilderConfig.cpp dyld-1042.1 dyld-1066.8
--- dyld/dyld-1042.1/cache_builder/BuilderConfig.cpp
+++ dyld/dyld-1066.8/cache_builder/BuilderConfig.cpp
@@ -177,7 +177,8 @@
         this->slideInfoFormat = SlideInfoFormat::v1;
 
         // 128 bytes per page.  Enough for a bitmap with 1-bit entry per 32-bit location
-        this->slideInfoBytesPerDataPage = 128;
+        // Plus 2-bytes per page for the TOC offset
+        this->slideInfoBytesPerDataPage = 130;
     }
     else {
         assert("Unknown arch");