Commit 51bb8795 authored by Russ Cox's avatar Russ Cox

8g: missing change from last CL

R=ken
OCL=29426
CL=29426
parent a8e4ed6a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment