fix
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "vmbl.h"
|
||||
#include "asm/tokenize.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0]));
|
||||
@@ -17,7 +16,7 @@ int main() {
|
||||
VMBL_State vmblState = {};
|
||||
|
||||
VMBL_LoadExecutable(&vmblState, program, sizeof(program));
|
||||
//VMBL_SaveExecutable("fib.vmbl", program, sizeof(program));
|
||||
VMBL_SaveExecutable("fib.vmbl", program, sizeof(program));
|
||||
VMBL_StartVM(&vmblState);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user