modules: fixes to working condition

This commit is contained in:
ProgramSnail 2025-01-11 23:51:50 +03:00
parent eb1ddfa447
commit 19c99bc7e5
16 changed files with 197 additions and 121 deletions

View file

@ -1,12 +1,13 @@
#pragma once
#include "utils.h"
#include <stdbool.h>
// void run(Bytefile *bf, int argc, char **argv);
void run_init(size_t *stack);
void run_mod_rec(uint mod_id, int argc, char **argv);
void run_mod_rec(uint mod_id, int argc, char **argv, bool do_verification);
void run_prepare_exec(int argc, char **argv);