mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-02-01 15:59:39 +00:00
Remove debug info and hacks
This commit is contained in:
parent
8760a7a158
commit
e32a7f9835
@ -637,15 +637,13 @@ PrelinkedInjectKext (
|
||||
return Status;
|
||||
}
|
||||
|
||||
if (XmlNodePrepend (Context->KextList, "dict", NULL, NewInfoPlist) == NULL) {
|
||||
if (XmlNodeAppend (Context->KextList, "dict", NULL, NewInfoPlist) == NULL) {
|
||||
if (PrelinkedKext != NULL) {
|
||||
InternalFreePrelinkedKext (PrelinkedKext);
|
||||
}
|
||||
return EFI_OUT_OF_RESOURCES;
|
||||
}
|
||||
|
||||
DEBUG ((DEBUG_WARN, "Result %u\n", XmlNodeChildren (Context->KextList)));
|
||||
|
||||
//
|
||||
// Let other kexts depend on this one.
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user