mirror of
https://github.com/golang/go
synced 2024-11-12 03:40:21 -07:00
8g: missing change from last CL
R=ken OCL=29426 CL=29426
This commit is contained in:
parent
a8e4ed6a3d
commit
51bb8795cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user