std.elf: make Header pub

This commit is contained in:
Asherah Connor 2021-01-13 17:39:36 +11:00
parent 23fb19fe41
commit e6cdf9cebf

View File

@ -335,7 +335,7 @@ pub const ET = extern enum(u16) {
};
/// All integers are native endian.
const Header = struct {
pub const Header = struct {
endian: builtin.Endian,
is_64: bool,
entry: u64,