1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

6l,8l: fix gdb crash.

DWARF function types no longer need to be pointer-ified explicitly.
Fixes #1579.

R=rsc, lvd1
CC=golang-dev
https://golang.org/cl/4247065
This commit is contained in:
Luuk van Dijk 2011-03-08 18:28:42 +01:00
parent 1ddc27888b
commit da42312268

View File

@ -1117,7 +1117,6 @@ defgotype(Sym *gotype)
fld = newdie(die, DW_ABRV_FUNCTYPEPARAM, s->name+5);
newrefattr(fld, DW_AT_type, defptrto(defgotype(s)));
}
die = defptrto(die);
break;
case KindInterface: