fix(furdb): improve program execution

This commit is contained in:
2026-08-17 11:20:44 +02:00
parent 195d154474
commit 665982049d
3 changed files with 35 additions and 6 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ struct context {
furvm::function_h mainFunction;
bool running = true;
bool halt = false;
bool halt = true;
void kill() const;
void init();
void run();