mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
code gen bug calling i2s
SVN=121497
This commit is contained in:
parent
ab34d15f69
commit
498ed50061
@ -388,8 +388,9 @@ agen_inter(Node *n, Node *res)
|
||||
agen(n->left, &nodr);
|
||||
gmove(&nodr, &nodo);
|
||||
fatal("agen_inter i2s");
|
||||
} else
|
||||
gmove(n->left, &nodo);
|
||||
} else {
|
||||
cgen(n->left, &nodo);
|
||||
}
|
||||
|
||||
nodtypesig(&nodt, n->type);
|
||||
agen(&nodt, &nodr);
|
||||
|
Loading…
Reference in New Issue
Block a user