mirror of
https://github.com/golang/go
synced 2024-11-19 22:04:44 -07: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:
parent
1ddc27888b
commit
da42312268
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user