Use automatic allocation for section names

This commit is contained in:
Rangi42
2024-02-28 19:02:00 -05:00
committed by Sylvie
parent 3c0af94c5c
commit 5a26a48d11
7 changed files with 77 additions and 79 deletions

View File

@@ -30,7 +30,7 @@ struct Patch {
struct Section {
// Info contained in the object files
std::string *name;
std::string name;
uint16_t size;
uint16_t offset;
enum SectionType type;