1
0
mirror of https://github.com/golang/go synced 2024-11-20 00:04:43 -07:00

cmd/ld: fix typo

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7552045
This commit is contained in:
Russ Cox 2013-03-19 16:53:07 -04:00
parent 40d356e9ab
commit 47ce4bd353

View File

@ -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++;