mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
Improve docs for decodeULEB128
This commit is contained in:
@ -94,7 +94,7 @@ func Parse(data []byte) CommonEntries {
|
||||
return pctx.Entries
|
||||
}
|
||||
|
||||
// decodeULEB128 decodes a Little Endian Base 128
|
||||
// decodeULEB128 decodes an unsigned Little Endian Base 128
|
||||
// represented number.
|
||||
func decodeULEB128(buf *bytes.Buffer) (uint64, uint32) {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user