Skip to content

Commit aca0b69

Browse files
authored
Fix todo in bintool
1 parent 89b78ae commit aca0b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bintool/bintool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ std::vector<uint8_t> get_lm_hash_data(std::vector<uint8_t> bin, uint32_t storage
801801
if (load_map == nullptr) {
802802
std::vector<load_map_item::entry> entries;
803803
if (clear_sram) {
804-
// todo gate this clearing of SRAM
804+
// todo tidy up this way of hashing the uint32_t
805805
std::vector<uint32_t> sram_size_vec = {model->sram_end() - model->sram_start()};
806806
assert(sram_size_vec[0] % 4 == 0);
807807
entries.push_back({

0 commit comments

Comments
 (0)