Commit 10b95d89f8

Jakub Konka <kubkon@jakubkonka.com>
2022-08-18 23:26:45
coff: change improperly used packed struct into extern struct
1 parent 4373117
Changed files (1)
lib
lib/std/coff.zig
@@ -383,7 +383,7 @@ const OptionalHeader = struct {
     image_base: u64,
 };
 
-const DebugDirectoryEntry = packed struct {
+const DebugDirectoryEntry = extern struct {
     characteristiccs: u32,
     time_date_stamp: u32,
     major_version: u16,