[BOOT] Improve debug logging

This commit is contained in:
2024-09-01 17:54:40 -04:00
parent 43c6c75710
commit 2a19fd42de
3 changed files with 5 additions and 59 deletions

View File

@@ -139,7 +139,7 @@ Return Value:
return STATUS_NO_MEMORY;
}
Status = MmMdAddDescriptorToList(&MmMdlReservedAllocated, NewDescriptor, 0x00);
Status = MmMdAddDescriptorToList(&MmMdlReservedAllocated, NewDescriptor, 0);
if (!NT_SUCCESS(Status)) {
MmMdFreeDescriptor(NewDescriptor);
return Status;