Commit a93099cd authored by Ken Thompson's avatar Ken Thompson

SVN=121547

parent 5182aff0
......@@ -40,7 +40,7 @@ cgen(Node *n, Node *res)
if(!res->addable) {
if(n->ullman > res->ullman) {
regalloc(&n1, nr->type, res);
regalloc(&n1, n->type, res);
cgen(n, &n1);
cgen(&n1, res);
regfree(&n1);
......
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