Commit e4b5cbde authored by Keith Randall's avatar Keith Randall

cmd/cc: emit size of locals. Will be used for stack copying.

R=cshapiro, dvyukov, khr, rsc
CC=golang-dev
https://golang.org/cl/10005044
parent 1f51d279
......@@ -85,6 +85,7 @@ codgen(Node *n, Node *nn)
p = gtext(n1->sym, stkoff);
sp = p;
gins(ALOCALS, Z, nodconst(stkoff));
/*
* isolate first argument
......
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