Fix TrampolineCodeSize variable type

This commit is contained in:
2026-06-12 12:59:16 +02:00
parent cf0d7f0a40
commit 81c799e590

View File

@@ -85,9 +85,9 @@ XTAPI
XTSTATUS XTSTATUS
HL::Cpu::StartAllProcessors(VOID) HL::Cpu::StartAllProcessors(VOID)
{ {
ULONG CpuNumber, Index, MaxCpus, SipiVector, Timeout, TrampolinePages; ULONG CpuNumber, Index, MaxCpus, SipiVector, Timeout, TrampolineCodeSize, TrampolinePages;
PVOID CpuStructures, TrampolineAddress, TrampolineCode; PVOID CpuStructures, TrampolineAddress, TrampolineCode;
ULONG_PTR AllocationSize, TrampolineCodeSize; ULONG_PTR AllocationSize;
PPROCESSOR_START_BLOCK StartBlock; PPROCESSOR_START_BLOCK StartBlock;
PKPROCESSOR_BLOCK ProcessorBlock; PKPROCESSOR_BLOCK ProcessorBlock;
PACPI_SYSTEM_INFO SysInfo; PACPI_SYSTEM_INFO SysInfo;