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 cd328eb899..158bdcea0d 100644 --- a/src/runtime/symtab.go +++ b/src/runtime/symtab.go @@ -129,6 +129,7 @@ type moduledata struct { end, gcdata, gcbss uintptr typelinks []*_type + itablinks []*itab modulename string modulehashes []modulehash |
