summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/src/HEL/AMD64
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/src/HEL/AMD64')
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootMain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
index 404d8e3b..9d3da690 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
@@ -86,8 +86,8 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle,
{
InitEFI(SystemTable); ///! Init the EFI library.
- HEL::HANDOVER_INFO_HEADER* handover_hdr =
- new HEL::HANDOVER_INFO_HEADER();
+ HEL::BootInfoHeader* handover_hdr =
+ new HEL::BootInfoHeader();
UInt32 map_key = 0;
UInt32 size_struct_ptr = sizeof(EfiMemoryDescriptor);