1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00

gc: fix silent sign truncation in pgen.c

Fixes #2076.

R=golang-dev, r, r, dsymonds, lucio.dere
CC=golang-dev
https://golang.org/cl/4744047
This commit is contained in:
Dave Cheney 2011-07-18 21:09:28 +10:00 committed by Rob Pike
parent 9a5bb287e8
commit c945d9c8a1

View File

@ -149,7 +149,7 @@ compactframe(Prog* ptxt)
{
NodeList *ll;
Node* n;
uint32 w;
vlong w;
if (stksize == 0)
return;