all: assorted updates and cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-02-05 17:20:32 +01:00
parent 163377d1a0
commit b8d9c2b755
56 changed files with 691 additions and 853 deletions
+3 -1
View File
@@ -98,7 +98,9 @@ protected:
};
coff_header_t coff_hdr;
external_scnhdr_t *text, *data, *bss;
external_scnhdr_t *text = nullptr;
external_scnhdr_t *data = nullptr;
external_scnhdr_t *bss = nullptr;
void stripDebug();
};