diff --git a/src/cmd/gc/export.c b/src/cmd/gc/export.c index c8b50a074ea..f5a9e918da8 100644 --- a/src/cmd/gc/export.c +++ b/src/cmd/gc/export.c @@ -122,6 +122,7 @@ dumpexportvar(Sym *s) void dumpexporttype(Sym *s) { + dumpprereq(s->otype); Bprint(bout, "\t"); if(s->export != 0) Bprint(bout, "export ");