Loading...
--- xnu/xnu-2050.22.13/libkern/c++/OSRuntime.cpp
+++ xnu/xnu-1699.32.7/libkern/c++/OSRuntime.cpp
@@ -548,7 +548,6 @@
// This must be called before calling OSRuntimeInitializeCPP.
OSMetaClassBase::initialize();
- g_kernel_kmod_info.address = (vm_address_t) &_mh_execute_header;
if (kOSReturnSuccess != OSRuntimeInitializeCPP(&g_kernel_kmod_info, 0)) {
panic("OSRuntime: C++ runtime failed to initialize.");
}