summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-09 08:46:17 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-09 08:46:17 +0100
commitacfebdfb9aec89a3c0914be8e9b0439a10120d5c (patch)
tree339a3d32cc03325b9557f0372d1f34c5ab328baf /Private/NewBoot/Source
parent5485b686c698f0de4a980686682f0b29f2cf9ecb (diff)
HCoreLdr: Fix compiler errors.
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/BootMain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/BootMain.cxx b/Private/NewBoot/Source/BootMain.cxx
index 67c6929a..fb516293 100644
--- a/Private/NewBoot/Source/BootMain.cxx
+++ b/Private/NewBoot/Source/BootMain.cxx
@@ -106,7 +106,7 @@ EFI_EXTERN_C EFI_API Int EfiMain(EfiHandlePtr ImageHandle,
reinterpret_cast<DosHeaderPtr>(blob)->eLfanew +
ptrHdr->mSizeOfOptionalHeader +
(sizeof(ExecHeader) +
- sizeof(ExecOptionalHeader) + sizeof(U32)));
+ sizeof(ExecOptionalHeader) + sizeof(UInt32)));
while (blobKrnl->mCharacteristics != 0x00000020) {
blobKrnl = blobKrnl + sizeof(ExecSectionHeader);