This commit is contained in:
Aren Elchinyan 2024-02-01 20:12:47 +03:00
parent 885a097feb
commit 8fe1df88a3
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 1 #define VERSION_MINOR 2
#define VERSION_BUILD 999 #define VERSION_BUILD 0

View File

@ -127,7 +127,7 @@ void mod_init( ) {
continue; continue;
} }
module_info_t (*module_init)(env_t *env) = module_info_t (*module_init)(env_t * env) =
(module_info_t(*)(env_t * env)) elf_entry((elf64_header_t *)module_ptr->address); (module_info_t(*)(env_t * env)) elf_entry((elf64_header_t *)module_ptr->address);
// LOG("\t->Точка входа: 0x%x\n", module_init); // LOG("\t->Точка входа: 0x%x\n", module_init);