diff options
Diffstat (limited to 'dev/boot/src/HEL')
| -rw-r--r-- | dev/boot/src/HEL/AMD64/BootEFI.cc | 6 | ||||
| -rw-r--r-- | dev/boot/src/HEL/ARM64/BootEFI.cc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev/boot/src/HEL/AMD64/BootEFI.cc b/dev/boot/src/HEL/AMD64/BootEFI.cc index 076055b9..ef9af9ca 100644 --- a/dev/boot/src/HEL/AMD64/BootEFI.cc +++ b/dev/boot/src/HEL/AMD64/BootEFI.cc @@ -82,8 +82,8 @@ EfiGUID kEfiGlobalNamespaceVarGUID = { /// @param image_handle Handle of this image. /// @param sys_table The system table of it. /// @return nothing, never returns. -EFI_EXTERN_C EFI_API Int32 ModuleMain(EfiHandlePtr image_handle, - EfiSystemTable* sys_table) +EFI_EXTERN_C EFI_API Int32 ModuleMain(EfiHandlePtr image_handle, + EfiSystemTable* sys_table) { InitEFI(sys_table); ///! Init the EFI library. @@ -202,7 +202,7 @@ EFI_EXTERN_C EFI_API Int32 ModuleMain(EfiHandlePtr image_handle, //-----------------------------------------------------------// SizeT lookup_index = 0UL; - SizeT entry_count = size_struct_ptr / sz_desc; + SizeT entry_count = size_struct_ptr / sz_desc; for (; lookup_index < entry_count; ++lookup_index) { diff --git a/dev/boot/src/HEL/ARM64/BootEFI.cc b/dev/boot/src/HEL/ARM64/BootEFI.cc index adce693e..b6f28351 100644 --- a/dev/boot/src/HEL/ARM64/BootEFI.cc +++ b/dev/boot/src/HEL/ARM64/BootEFI.cc @@ -78,8 +78,8 @@ EXTERN EfiBootServices* BS; /// @param image_handle Handle of this image. /// @param sys_table The system table of it. /// @return nothing, never returns. -EFI_EXTERN_C EFI_API Int32 ModuleMain(EfiHandlePtr image_handle, - EfiSystemTable* sys_table) +EFI_EXTERN_C EFI_API Int32 ModuleMain(EfiHandlePtr image_handle, + EfiSystemTable* sys_table) { InitEFI(sys_table); ///! Init the EFI library. |
