std.macho: remove alignment from LoadCommandIterator

This commit is contained in:
Andrew Kelley
2023-10-03 14:54:32 -07:00
parent d8540dd708
commit 8ebebbd134
2 changed files with 3 additions and 3 deletions

View File

@@ -1853,7 +1853,7 @@ pub const data_in_code_entry = extern struct {
pub const LoadCommandIterator = struct {
ncmds: usize,
buffer: []align(@alignOf(u64)) const u8,
buffer: []const u8,
index: usize = 0,
pub const LoadCommand = struct {