mirror of https://github.com/golang/go.git
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:
parent
9a5bb287e8
commit
c945d9c8a1
|
|
@ -149,7 +149,7 @@ compactframe(Prog* ptxt)
|
|||
{
|
||||
NodeList *ll;
|
||||
Node* n;
|
||||
uint32 w;
|
||||
vlong w;
|
||||
|
||||
if (stksize == 0)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue