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

@@ -409,7 +409,7 @@ HL::FrameBuffer::EnableShadowBuffer(VOID)
/* Allocate non-paged memory for the shadow buffer */
Status = MM::Allocator::AllocatePool(NonPagedPool, FrameBufferSize,
&ScreenShadowBuffer, SIGNATURE32('F', 'B', 'U', 'F'));
&ScreenShadowBuffer, TAG_HL_FRAMEBUFFER);
if(Status != STATUS_SUCCESS)
{
/* Allocation failed, return status code */