coff: change improperly used packed struct into extern struct

This commit is contained in:
Jakub Konka 2022-08-18 23:26:45 +02:00 committed by Andrew Kelley
parent 437311756d
commit 10b95d89f8

View File

@ -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,