fix(furdb): improve program execution
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user