summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/EFIKit/Handover.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/EFIKit/Handover.hxx b/Private/EFIKit/Handover.hxx
index deb62eeb..93877dfb 100644
--- a/Private/EFIKit/Handover.hxx
+++ b/Private/EFIKit/Handover.hxx
@@ -54,7 +54,7 @@ enum {
it tells us more about it and IS format independent.
*/
struct __attribute__((packed)) HandoverHeader final {
- Int32 f_TargetMagic;
+ UInt64 f_TargetMagic;
Int32 f_TargetType;
Int32 f_TargetArch;
UIntPtr f_TargetStartAddress;