Commit 59d9afcb5c
Changed files (1)
lib
std
os
uefi
tables
lib/std/os/uefi/tables/boot_services.zig
@@ -240,10 +240,9 @@ pub const MemoryDescriptorAttribute = packed struct(u64) {
pub const MemoryDescriptor = extern struct {
type: MemoryType,
- padding: u32,
physical_start: u64,
virtual_start: u64,
- number_of_pages: usize,
+ number_of_pages: u64,
attribute: MemoryDescriptorAttribute,
};