diff options
Diffstat (limited to 'src/debug/elf')
| -rw-r--r-- | src/debug/elf/elf.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/elf/elf.go b/src/debug/elf/elf.go index 0c79b7a02f..f53ba0079a 100644 --- a/src/debug/elf/elf.go +++ b/src/debug/elf/elf.go @@ -2006,7 +2006,7 @@ type Dyn64 struct { // ELF64 Compression header. type Chdr64 struct { Type uint32 - Reserved uint32 + _ uint32 /* Reserved. */ Size uint64 Addralign uint64 } |
