Add missed return

This commit is contained in:
Sherlocks 2020-03-23 23:11:27 +09:00
parent 425a71629c
commit af8a84f478

View File

@ -638,6 +638,7 @@ BOOLEAN KernelPatchPm(VOID *kernelData, LOADER_ENTRY *Entry)
}
}
}
return TRUE;
}
STATIC UINT8 PanicNoKextDumpFind[6] = {0x00, 0x25, 0x2E, 0x2A, 0x73, 0x00};