1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:34:40 -07:00

8g: missing change from last CL

R=ken
OCL=29426
CL=29426
This commit is contained in:
Russ Cox 2009-05-26 21:11:31 -07:00
parent a8e4ed6a3d
commit 51bb8795cd

View File

@ -521,7 +521,7 @@ duint16(Sym *s, int off, uint32 v)
int int
duintptr(Sym *s, int off, uint32 v) duintptr(Sym *s, int off, uint32 v)
{ {
return duintxx(s, off, v, 8); return duintxx(s, off, v, 4);
} }
int int