| author | |
| committer | |
| log | ed357f9897a6c96a1744307b1bc75a370dd85461 |
| tree | bde9fb1b56816aff67b1d66f7ead071a2c21901c |
| parent | a502604702726f3983f8a8b80bb73d9d5381baab |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/uefi/tables/system_table.zig+1-1| ... | ... | @@ -35,7 +35,7 @@ pub const SystemTable = extern struct { |
| 35 | 35 | runtime_services: *RuntimeServices, |
| 36 | 36 | boot_services: ?*BootServices, |
| 37 | 37 | number_of_table_entries: usize, |
| 38 | configuration_table: *ConfigurationTable, | |
| 38 | configuration_table: [*]ConfigurationTable, | |
| 39 | 39 | |
| 40 | 40 | pub const signature: u64 = 0x5453595320494249; |
| 41 | 41 | pub const revision_1_02: u32 = (1 << 16) | 2; |