Skip to content
Snippets Groups Projects
  • Doug Evans's avatar
    60a1fb35
    leb128.h: #include stdint.h, inttypes.h. · 60a1fb35
    Doug Evans authored
    	* 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
    60a1fb35
    History
    leb128.h: #include stdint.h, inttypes.h.
    Doug Evans authored
    	* 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