Commit Graph

2 Commits

Author SHA1 Message Date
Doug Evans 60a1fb3537 leb128.h: #include stdint.h, inttypes.h.
* leb128.h: #include stdint.h, inttypes.h.
	(read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
	Change to take a uint64_t * argument instead of unsigned long long.
	(read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
	Change to take an int64_t * argument instead of long long.

From-SVN: r187818
2012-05-23 23:42:25 +00:00
Doug Evans 19460426c3 * leb128.h: New file.
From-SVN: r187780
2012-05-22 17:47:49 +00:00