]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: fix build
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 4 Apr 2014 00:55:19 +0000 (09:55 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 4 Apr 2014 00:55:19 +0000 (09:55 +0900)
LGTM=minux.ma
R=rsc, minux.ma
CC=golang-codereviews
https://golang.org/cl/84260043

src/cmd/gc/plive.c

index 360e8ff5520ca9bc7f138130175a983159e1fd61..f6db02be54727268a71a91ea944a4845b0c6641d 100644 (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;