cmd/gc: mark LOCALS argument as a constant to print correctly

Fixes #4875.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7376049
This commit is contained in:
Carl Shapiro 2013-02-22 15:32:54 -08:00
parent 046e035fca
commit 66ba4a85e4
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ compile(Node *fn)
oldstksize = stksize;
allocauto(ptxt);
plocals->to.type = D_CONST;
plocals->to.offset = stksize;
if(0)