Commit 47ce4bd3 authored by Russ Cox's avatar Russ Cox

cmd/ld: fix typo

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7552045
parent 40d356e9
......@@ -672,7 +672,7 @@ putattr(int abbrev, int form, int cls, vlong value, char *data)
if(PtrSize == 8)
VPUT(0); // invalid dwarf, gdb will complain.
else
VPUT(0); // invalid dwarf, gdb will complain.
LPUT(0); // invalid dwarf, gdb will complain.
} else {
if (((DWDie*)data)->offs == 0)
fwdcount++;
......
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