| author | |
| committer | |
| log | 10b95d89f878c8ba780f573d65604ef79d6cbd9a |
| tree | 8b17a68800469df3a9bbd8116c7de24a4ff5036d |
| parent | 437311756d88984d9bf3057d9cd93986c15434fa |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/coff.zig+1-1| ... | @@ -383,7 +383,7 @@ const OptionalHeader = struct { | ... | @@ -383,7 +383,7 @@ const OptionalHeader = struct { |
| 383 | image_base: u64, | 383 | image_base: u64, |
| 384 | }; | 384 | }; |
| 385 | 385 | ||
| 386 | const DebugDirectoryEntry = packed struct { | 386 | const DebugDirectoryEntry = extern struct { |
| 387 | characteristiccs: u32, | 387 | characteristiccs: u32, |
| 388 | time_date_stamp: u32, | 388 | time_date_stamp: u32, |
| 389 | major_version: u16, | 389 | major_version: u16, |