R=r
OCL=16497
CL=16497
This commit is contained in:
Ken Thompson 2008-10-04 17:11:01 -07:00
parent f25843e65e
commit 6499fbe734
1 changed files with 2 additions and 0 deletions

View File

@ -2104,6 +2104,8 @@ mapop(Node *n, int top)
a = nod(n->etype, a, n->right); // m[tmpi] op right
a = nod(OAS, n->left, a); // map[tmpi] = map[tmpi] op right
r = nod(OLIST, r, a);
walktype(r, Etop);
break;
}
return r;