mirror of
https://github.com/golang/go
synced 2024-11-22 21:10:03 -07:00
bug
R=r OCL=20940 CL=20940
This commit is contained in:
parent
d0e30cdaa9
commit
a4459c5520
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user