Improve docs for decodeULEB128
This commit is contained in:
parent
4970c86ebd
commit
d08710180d
@ -94,7 +94,7 @@ func Parse(data []byte) CommonEntries {
|
|||||||
return pctx.Entries
|
return pctx.Entries
|
||||||
}
|
}
|
||||||
|
|
||||||
// decodeULEB128 decodes a Little Endian Base 128
|
// decodeULEB128 decodes an unsigned Little Endian Base 128
|
||||||
// represented number.
|
// represented number.
|
||||||
func decodeULEB128(buf *bytes.Buffer) (uint64, uint32) {
|
func decodeULEB128(buf *bytes.Buffer) (uint64, uint32) {
|
||||||
var (
|
var (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user