aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/symtab.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/symtab.go')
-rw-r--r--src/runtime/symtab.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go
index bfe415360e..a7ce9c3a7e 100644
--- a/src/runtime/symtab.go
+++ b/src/runtime/symtab.go
@@ -401,13 +401,12 @@ type moduledata struct {
modulehashes []modulehash
hasmain uint8 // 1 if module contains the main function, 0 otherwise
+ bad bool // module failed to load and should be ignored
gcdatamask, gcbssmask bitvector
typemap map[typeOff]*_type // offset to *_rtype in previous module
- bad bool // module failed to load and should be ignored
-
next *moduledata
}