sdf
This commit is contained in:
@@ -10,7 +10,7 @@ bool load_elf(const std::string &path, mem &mem, broadway &broadway) {
|
|||||||
if (!reader.load(path))
|
if (!reader.load(path))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
size_t sanity_bss_check_count = 0;
|
ircolib::u32 sanity_bss_check_count = 0;
|
||||||
|
|
||||||
for (const auto &segment : reader.segments) {
|
for (const auto &segment : reader.segments) {
|
||||||
const auto segment_type = segment->get_type();
|
const auto segment_type = segment->get_type();
|
||||||
|
|||||||
Reference in New Issue
Block a user