From: Ken Thompson Date: Wed, 29 Oct 2008 20:18:21 +0000 (-0700) Subject: new(chan) X-Git-Tag: weekly.2009-11-06~2871 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=89f341db230cee438e9d873cbb80b1ae4473b1ee;p=gostls13.git new(chan) R=r OCL=18027 CL=18027 --- diff --git a/src/cmd/gc/walk.c b/src/cmd/gc/walk.c index 5df07aab57..ef80c5240f 100644 --- a/src/cmd/gc/walk.c +++ b/src/cmd/gc/walk.c @@ -2204,7 +2204,7 @@ chanop(Node *n, int top) if(n->left != N) { // async buf size a = nod(OCONV, n->left, N); - a->type = types[TUINT32]; + a->type = types[TINT]; } else a = nodintconst(0);