diff 1b51d5683a5d8adcde03bbd277e6331f23c2f723 uncommitted --- a/sys/src/cmd/6c/cgen.c +++ b/sys/src/cmd/6c/cgen.c @@ -1024,8 +1024,8 @@ diag(n, "DOT and no offset"); break; } - nod1.xoffset += (long)r->vconst; - nod1.type = n->type; + nod.xoffset += (long)r->vconst; + nod.type = n->type; cgen(&nod, nn); break;