From 07b30f7e92a3b2f28e03ee55dc887f04e00536c3 Mon Sep 17 00:00:00 2001 From: Apple Date: Tue, 18 Jun 2019 00:55:45 +0000 Subject: [PATCH] dyld-655.1.1.tar.gz --- dyld3/shared-cache/ObjC2Abstraction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyld3/shared-cache/ObjC2Abstraction.hpp b/dyld3/shared-cache/ObjC2Abstraction.hpp index ec2965f..6ad0ad7 100644 --- a/dyld3/shared-cache/ObjC2Abstraction.hpp +++ b/dyld3/shared-cache/ObjC2Abstraction.hpp @@ -640,7 +640,7 @@ public: const pint_t* getSuperClassAddress() const { return &superclass; } // Low bit marks Swift classes. - objc_class_data_t

*getData(ContentAccessor* cache) const { return (objc_class_data_t

*)cache->contentForVMAddr(P::getP(data & ~0x1LL)); } + objc_class_data_t

*getData(ContentAccessor* cache) const { return (objc_class_data_t

*)cache->contentForVMAddr(P::getP(data & ~0x3LL)); } objc_method_list_t

*getMethodList(ContentAccessor* cache) const { objc_class_data_t

* d = getData(cache); -- 2.7.4