diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-05 15:35:02 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-05 15:35:02 -0800 |
commit | 807c8349b6f745ba5d950551ce6b05da4b452b1c (patch) | |
tree | cefd765330ad5ec64957c65d5a5e16750765c641 /src/pkg/debug/dwarf/const.go | |
parent | efa44e636707b26bf52c926550c3b435a0796b6a (diff) | |
download | golang-807c8349b6f745ba5d950551ce6b05da4b452b1c.tar.gz |
gofmt'ed debug
(excluding debug/gosym/symtab.go which has a small issue)
R=rsc
http://go/go-review/1019001
Diffstat (limited to 'src/pkg/debug/dwarf/const.go')
-rw-r--r-- | src/pkg/debug/dwarf/const.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/dwarf/const.go b/src/pkg/debug/dwarf/const.go index b476b29b6..0b626c4b5 100644 --- a/src/pkg/debug/dwarf/const.go +++ b/src/pkg/debug/dwarf/const.go @@ -416,7 +416,7 @@ const ( opCall2 = 0x98; /* 2-byte offset of DIE */ opCall4 = 0x99; /* 4-byte offset of DIE */ opCallRef = 0x9A; /* 4- or 8- byte offset of DIE */ -/* 0xE0-0xFF reserved for user-specific */ + /* 0xE0-0xFF reserved for user-specific */ ) // Basic type encodings -- the value for AttrEncoding in a TagBaseType Entry. |