1
0
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:
Ken Thompson 2008-06-06 15:01:02 -07:00
parent ab34d15f69
commit 498ed50061

View File

@ -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);