summaryrefslogtreecommitdiff
path: root/utils/2c/Update
blob: 65024dfe0b37411263972c2c6ca7fcfca3d57592 (plain)
1
2
3
4
5
6
7
 				if(n->op == ONAME) {
< 					if(o == OSET)
< 						gopcode(OTST, tint, D_NONE, Z, D_TREE, n);
< 					else
< 						gopcode(OTST, tint, D_TREE, n, D_NONE, Z);
< 					p->as = ANOP;
< 				}