vc: fix mistake.
This commit is contained in:
parent
1dd7f0893b
commit
a23d7cdb84
1 changed files with 2 additions and 2 deletions
|
@ -208,9 +208,9 @@ cgen(Node *n, Node *nn)
|
|||
reglcgen(&nod2, l, Z);
|
||||
else
|
||||
nod2 = *l;
|
||||
regalloc(&nod, r, nn);
|
||||
regalloc(&nod, l, nn);
|
||||
gopcode(OAS, &nod2, Z, &nod);
|
||||
gopcode(o, l, Z, &nod);
|
||||
gopcode(o, r, Z, &nod);
|
||||
gopcode(OAS, &nod, Z, &nod2);
|
||||
|
||||
regfree(&nod);
|
||||
|
|
Loading…
Reference in a new issue