Skip to content

Commit a639d84

Browse files
committed
Add missing reserved field.
1 parent cd96517 commit a639d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MachO/MachOSection.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ end
3333
flags::UInt32
3434
reserved1::UInt32
3535
reserved2::UInt32
36+
reserved3::UInt32
3637
end
3738

3839
function read(oh::MachOHandle, ::Type{ST}) where {ST <: MachOSection}

0 commit comments

Comments
 (0)