Commit 89f341db authored by Ken Thompson's avatar Ken Thompson

new(chan)

R=r
OCL=18027
CL=18027
parent 9d20756d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment