Replace inline pool tags with definitions
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 30s
Builds / ExectOS (amd64, release) (push) Successful in 41s
Builds / ExectOS (i686, release) (push) Successful in 39s
Builds / ExectOS (i686, debug) (push) Successful in 34s

This commit is contained in:
2026-06-22 12:50:35 +02:00
parent fe02bb9214
commit 18d36b9f23
4 changed files with 20 additions and 20 deletions

View File

@@ -482,7 +482,7 @@ MM::Pfn::InitializePfnBitmap(VOID)
Status = MM::Allocator::AllocatePool(NonPagedPool,
(((HighestPhysicalPage + 1) + 31) / 32) * 4,
(PVOID *)&BitMap,
SIGNATURE32('M', 'M', 'g', 'r'));
TAG_MM_MEMORY_MGR);
if(Status != STATUS_SUCCESS || !BitMap)
{
/* Memory allocation failed, kernel panic */