]> Cypherpunks repositories - gostls13.git/commitdiff
8g: missing change from last CL
authorRuss Cox <rsc@golang.org>
Wed, 27 May 2009 04:11:31 +0000 (21:11 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 27 May 2009 04:11:31 +0000 (21:11 -0700)
R=ken
OCL=29426
CL=29426

src/cmd/8g/gobj.c

index e080d8aea6afde56a47230b2511baacd0d26c831..37d7321f11ff720241b3b87e3812abf3296233f8 100644 (file)
@@ -521,7 +521,7 @@ duint16(Sym *s, int off, uint32 v)
 int
 duintptr(Sym *s, int off, uint32 v)
 {
-       return duintxx(s, off, v, 8);
+       return duintxx(s, off, v, 4);
 }
 
 int