Add the macro for using the "init before entrypoint" flag

This commit is contained in:
Maschell
2020-06-10 14:10:54 +02:00
parent 5286dc6bc8
commit 728b6e182c
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ struct module_information_single_t {
uint32_t entrypoint;
uint32_t startAddress;
uint32_t endAddress;
uint8_t initBeforeEntrypoint;
};
#define MAXIMUM_MODULES 8