Skip to content

Commit 02038b0

Browse files
kubkonandrewrk
authored andcommitted
coff: change improperly used packed struct into extern struct
1 parent 0d68551 commit 02038b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/coff.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ const OptionalHeader = struct {
383383
image_base: u64,
384384
};
385385

386-
const DebugDirectoryEntry = packed struct {
386+
const DebugDirectoryEntry = extern struct {
387387
characteristiccs: u32,
388388
time_date_stamp: u32,
389389
major_version: u16,

0 commit comments

Comments
 (0)