diff --git a/Library/OcAppleKernelLib/Link.c b/Library/OcAppleKernelLib/Link.c index eafef88b..12bb1f54 100644 --- a/Library/OcAppleKernelLib/Link.c +++ b/Library/OcAppleKernelLib/Link.c @@ -1485,7 +1485,7 @@ InternalPrelinkKext64 ( } Relocations = MachoContext->ExternRelocations; - NumRelocations2 = >DySymtab->NumExternalRelocations; + NumRelocations2 = DySymtab->NumExternalRelocations; Result = InternalRelocateAndCopyRelocations64 ( Context, Kext,