Commit 751d13cb authored by Ken Thompson's avatar Ken Thompson

bug 130 (go/defer) interface.method()

R=r
OCL=25356
CL=25356
parent a9ed30ff
......@@ -776,6 +776,7 @@ cgen_callinter(Node *n, Node *res, int proc)
cgen(&nodo, &nodr); // REG = 32+offset(REG) -- i.m->fun[f]
// BOTCH nodr.type = fntype;
nodr.type = n->left->type;
ginscall(&nodr, proc);
regfree(&nodr);
......
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