1
0
mirror of https://github.com/golang/go synced 2024-11-22 17:04:40 -07:00
R=r
OCL=20940
CL=20940
This commit is contained in:
Ken Thompson 2008-12-10 16:23:29 -08:00
parent d0e30cdaa9
commit a4459c5520

View File

@ -540,6 +540,9 @@ gentramp(Type *t, Sig *b)
fatal("gentramp");
out:
if(d == 0)
return;
// print("gentramp %d\n", d);
// print(" t = %lT\n", t);
// print(" name = %s\n", b->name);