diff options
Diffstat (limited to 'src/runtime/symtab.go')
| -rw-r--r-- | src/runtime/symtab.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go index 79ca5cfc44..2da9a59b7e 100644 --- a/src/runtime/symtab.go +++ b/src/runtime/symtab.go @@ -427,6 +427,7 @@ type moduledata struct { data, edata uintptr bss, ebss uintptr noptrbss, enoptrbss uintptr + covctrs, ecovctrs uintptr end, gcdata, gcbss uintptr types, etypes uintptr rodata uintptr |
