Loading...
src/ImageLoader.cpp dyld-97.1 dyld-95.3
--- dyld/dyld-97.1/src/ImageLoader.cpp
+++ dyld/dyld-95.3/src/ImageLoader.cpp
@@ -91,7 +91,6 @@
 #endif
 	fAllLazyPointersBound = false;
 	fBeingRemoved = false;
-	fAddFuncNotified = false;
 	fPathOwnedByImage = false;
 #if RECURSIVE_INITIALIZER_LOCK
 	fInitializerRecursiveLock = NULL;
@@ -473,8 +472,8 @@
 					libInfo.image->bindAllLazyPointers(context, recursive);
 			}
 		}
-		// bind lazies in this image
-		this->doBindJustLazies(context);
+		// bind lazys in this image
+		this->doBind(context, true);
 	}
 }