Skip to content

Commit

Permalink
re-add the abort
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Dec 2, 2023
1 parent 6b9bd59 commit fa68fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rp/elf_struct.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static std::string type_to_str(const uint32_t p_type) {
}

fmt::print("Unknown ELF type 0x{:x}\n", p_type);
std::abort();
return "unknown type";
}

Expand Down

0 comments on commit fa68fed

Please sign in to comment.