1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:20:12 -06:00

cmd/gc: fix build

LGTM=minux.ma
R=rsc, minux.ma
CC=golang-codereviews
https://golang.org/cl/84260043
This commit is contained in:
Mikio Hara 2014-04-04 09:55:19 +09:00
parent 28f1868fed
commit 22bc710fe4

View File

@ -1419,7 +1419,7 @@ livenessepilogue(Liveness *lv)
Node *n;
Prog *p, *next;
int32 i, j, numlive, startmsg, nmsg, nvars, pos;
int64 xoffset;
vlong xoffset;
char **msg;
Fmt fmt;